loading…
Search for a command to run...
loading…
Fetch fresh leads and verify emails in one MCP server
A Model Context Protocol (MCP) server that connects AI assistants to the Leadloadz B2B lead generation platform.
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://www.leadloadz.com/api/mcp |
API base URL |
LEADLOADZ_TIMEOUT_MS |
No | 30000 |
Request timeout in milliseconds |
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
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"leadloadz": {
"command": "npx",
"args": []
}
}
}