LeadloadzLeadloadz
Pricing
AboutContact

Products

Lead SearchEmail VerificationAgentic Lead GenerationMCP Lead GenerationAPI & MCPMCP Docs

Resources

BlogROI Calculatorvs Apollo.iovs Hunter.iovs ZoomInfovs Apify (MCP servers)
AboutContact
LeadloadzLeadloadz

B2B lead search and real-time email verification for sales teams that convert.

Get sales tips & updates

Products

  • Lead Search
  • Email Verification
  • Agentic Lead Generation
  • MCP Lead Generation
  • API & MCP
  • MCP Docs

Comparisons

  • vs Apollo.io
  • vs Hunter.io
  • vs ZoomInfo
  • vs Apify (MCP servers)

Company

  • About Us
  • Blog
  • ROI Calculator
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Leadloadz. All rights reserved.

GDPR Compliant
Real-Time Verification

Model Context Protocol

MCP Lead Generation: Connect AI Agents to Verified B2B Leads

Connect Claude, Cursor, or GPT to 50M+ verified B2B leads via the Model Context Protocol, with real-time email verification on every contact. Free tier: 10 searches/month.

What is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard, created by Anthropic in 2024, for connecting AI agents to external data and tools. Think of it as a USB-C port for AI: one standard interface that works with any compatible agent or tool. Instead of bespoke integrations, an agent connects to a server, discovers the available tools, and calls them with natural language.

Unlike a REST API — where a developer reads docs and writes code for each endpoint — the protocol exposes a self-describing tool manifest the agent reads automatically. That is what makes it ideal for lead generation: the agent figures out how to search and verify leads on its own.

2024

Created by Anthropic

9,652

servers in the official registry (May 2026)

97M+

monthly protocol SDK downloads

USB-C for AI

one standard interface for any agent

Sources: Model Context Protocol and the official protocol registry.

How Leadloadz's server works

  • Server endpointhttps://leadloadz.com/api/mcp
  • npm package@leadloadz/mcp-server
  • AuthToken-based (create in your dashboard)
  • TransportHTTP (JSON-RPC 2.0) or stdio

The server ships three tools — search_leads, verify_email, and get_user_stats — all returning structured JSON-RPC 2.0 responses.

Agent tools reference

search_leads

Find contacts by criteria.

Params: query (string), limit (number, max 100)

Returns: Array of leads with name, title, company, email, verified status

verify_email

Validate email deliverability.

Params: email (string)

Returns: Verification status, confidence score, deliverability

get_user_stats

Check quota usage.

Params: none (uses auth token)

Returns: searches used, searches remaining, plan type

Example request and response:

// search_leads request
{
  "name": "search_leads",
  "arguments": {
    "query": "CTOs at Series A SaaS companies in London",
    "limit": 20
  }
}

// response
{
  "results": [
    {
      "name": "Jane Smith",
      "title": "CTO",
      "company": "TechCorp",
      "email": "jane@techcorp.com",
      "verified": true,
      "location": "London, UK"
    }
  ]
}

Setting up Claude Desktop with Leadloadz

  1. 1Create an account and an API token.
  2. 2Open Claude Desktop → Settings → Developer → Edit Config.
  3. 3Add the block below to claude_desktop_config.json.
  4. 4Restart Claude Desktop.
  5. 5Ask Claude: “Find CTOs at Series A SaaS companies in London.”
{
  "mcpServers": {
    "leadloadz": {
      "command": "npx",
      "args": ["-y", "@leadloadz/mcp-server"],
      "env": {
        "LEADLOADZ_API_TOKEN": "your_token_here"
      }
    }
  }
}

Setting up Cursor with Leadloadz

  1. 1Create an account and an API token.
  2. 2Open Cursor → Settings → MCP → Add Server.
  3. 3Add the Leadloadz server configuration (same command/args/env as Claude).
  4. 4Use it from Chat (Cmd/Ctrl+L) or Composer: “Find leads for my outreach campaign.”

MCP vs REST API: which to use?

FeatureMCPREST API
SetupConfig fileCode integration
AuthToken in envBearer header
InterfaceNatural languageHTTP requests
Best forClaude/Cursor usersCustom applications
Tool discoveryAutomaticManual endpoint docs

Recommendation: use the protocol if you work in Claude or Cursor. Use the REST API if you are building a custom application.

Example agent workflows

“Find 20 verified VP Engineering contacts at fintechs in NYC.”

“Verify these 50 email addresses before my campaign.”

“How many searches do I have left this month?”

“Find decision-makers at companies similar to Stripe.”

Pricing

Free

$0/mo

10 searches/month

Starter

$29/mo

250 searches + verification

Pro

$79/mo

1,000 searches + team features

Frequently asked questions

What is MCP lead generation?

It connects AI agents to a lead-data source using the Model Context Protocol — an open standard for exposing tools to LLM agents. Your agent calls a search_leads tool and receives structured, verified B2B contacts it can act on, with no manual exporting.

How do I connect Claude to Leadloadz?

Create an API token in your dashboard, open Claude Desktop → Settings → Developer → Edit Config, add the Leadloadz MCP server block to claude_desktop_config.json, restart Claude, and ask it to find leads. Setup takes about two minutes.

What tools does Leadloadz provide?

Three: search_leads (find contacts by criteria), verify_email (validate deliverability in real time), and get_user_stats (check your quota and plan). All speak JSON-RPC 2.0 and authenticate with a bearer token.

Is the Leadloadz server free?

Yes — the free tier includes 10 searches/month with no credit card, plus one API token and full server access. Paid plans add more volume and email verification.

How many leads can I search per month?

It depends on your plan: Free includes 10 searches/month, Starter ($29/mo) includes 250, and Pro ($79/mo) includes 1,000. Each search can return multiple verified contacts.

What is the difference between MCP and REST API?

The protocol is config-driven and works through natural language inside agents like Claude and Cursor, with automatic tool discovery. The REST API is code-driven with manual HTTP requests and endpoint docs — better for custom applications. Both hit the same infrastructure.

Does the server work with Cursor?

Yes. Add the Leadloadz server in Cursor → Settings → MCP, then use it from Chat or Composer to find and verify leads without leaving your editor.

How do I verify emails with the server?

Call the verify_email tool with an email address (or ask your agent to verify a list). It returns a deliverability status and confidence score using a real-time 5-layer MX/SMTP check.

Related content

Agentic Lead Generation

The complete guide to AI-powered prospecting.

Leadloadz vs Apify (MCP)

Which MCP server fits your agent workflow?

MCP Documentation

Connect Claude, Cursor, or GPT.

REST API Docs

Token-based access for custom workflows.

Related Resources

What Is an MCP Server?

Complete guide to MCP server integration for developers.

The Ultimate B2B Lead Generation Guide for 2026

Build a modern B2B lead generation engine with AI agents.

Top 10 B2B Lead Databases Compared

Compare the best B2B lead databases for 2026.