Connects Claude to the Leadloadz B2B lead generation platform via three straightforward tools: search_leads for finding verified contacts by role, company, location or tech stack; verify_email for real-time deliverability checks; and get_user_stats to track your quota usage. Requires a Leadloadz API key from their dashboard. Useful if you're building prospecting workflows or enriching contact data and want to pull lead info directly into your AI conversations instead of switching to a web interface. Runs via npx with stdio transport, includes an interactive setup wizard if you don't have credentials yet. Standard commercial lead gen service, now callable from MCP clients.
A Model Context Protocol (MCP) server that connects AI assistants to the Leadloadz B2B lead generation platform.
LEADLOADZ_DISABLE_TELEMETRY=1)Run the setup wizard:
npx @leadloadz/mcp-server --setup
This will guide you through creating an account and getting your API key.
Add it to your MCP client configuration (see below) and start using Leadloadz directly.
No installation required. AI clients can run the server directly:
npx -y @leadloadz/mcp-server
npm install -g @leadloadz/mcp-server
leadloadz-mcp
You need a Leadloadz API key to use this server.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"leadloadz": {
"command": "npx",
"args": ["-y", "@leadloadz/mcp-server"],
"env": {
"LEADLOADZ_API_KEY": "your-api-key-here"
}
}
}
}
Add to your Cline MCP settings:
{
"mcpServers": {
"leadloadz": {
"command": "npx",
"args": ["-y", "@leadloadz/mcp-server"],
"env": {
"LEADLOADZ_API_KEY": "your-api-key-here"
}
}
}
}
Any MCP client that supports stdio transport can use:
{
"command": "npx",
"args": ["-y", "@leadloadz/mcp-server"],
"env": {
"LEADLOADZ_API_KEY": "your-api-key-here"
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
LEADLOADZ_API_KEY | Yes | — | Your Leadloadz API token |
LEADLOADZ_API_BASE | No | https://leadloadz.com/api/mcp | API base URL (do not use www — redirects strip auth headers) |
LEADLOADZ_TIMEOUT_MS | No | 30000 | Request timeout in milliseconds |
LEADLOADZ_DISABLE_TELEMETRY | No | 0 | Set to 1 to disable anonymous usage telemetry |
Search indexed B2B contacts by role, company, location, or technology.
Parameters:
query (string, required): Specific natural-language search querylimit (number, optional): Max results. Default: 10, Cap: 50Returns: Verified leads with deliverability scores
Check email deliverability in real-time.
Parameters:
email (string, required): Email address to verifyReturns: Deliverability score and risk assessment
Read current usage counters.
Returns: Searches performed, emails verified, and remaining quota
MIT
LEADLOADZ_API_KEY*secretYour Leadloadz API key
LEADLOADZ_API_BASEAPI base URL (default: https://leadloadz.com/api/mcp). Do not use www — redirects strip auth headers.
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
io.github.br0ski777/company-enrichment
com.mcparmory/apollo
mambalabsdev/mcp-gtm-tech-stack-signal-scraper