B2B lead search and email verification MCP server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ali1041-leadloadz": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
B2B lead search and email verification MCP server
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Ali1041/leadloadz and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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://www.leadloadz.com/api/mcp | API base URL |
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