B2B lead search and email verification MCP server
Valid MCP server (2 strong, 4 medium validity signals). 1 code issue detected. 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
10 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LEADLOADZ_API_KEY
Environment variable: LEADLOADZ_API_BASE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ali1041-leadloadz": {
"env": {
"LEADLOADZ_API_KEY": "your-leadloadz-api-key-here",
"LEADLOADZ_API_BASE": "your-leadloadz-api-base-here"
},
"args": [
"-y",
"@leadloadz/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.