Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
{
"mcpServers": {
"io-github-carsonroell-debug-leadenrich-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.carsonroell-debug/leadenrich-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Waterfall lead enrichment for AI agents. Cascades through Apollo, Clearbit, and Hunter to build the most complete lead profile in a single call.
One-click install: Install on MCPize |
pip install leadenrich-mcp
LeadEnrich MCP exposes lead and company enrichment through the Model Context Protocol (MCP), so tools like Claude and Cursor can run enrichment workflows directly. Give it an email, domain, or name and it returns a merged profile with field attribution showing which provider contributed each data point.
Add to claude_desktop_config.json:
{
"mcpServers": {
"leadenrich": {
"url": "http://localhost:8300/mcp"
}
}
}
claude mcp add leadenrich --transport http http://localhost:8300/mcp
| Tool | Description |
|------|-------------|
| enrich_lead | Full waterfall enrichment for a single lead (email, domain, or name+domain) |
| find_email | Discover an email from first name + last name + company domain |
| enrich_company | Company firmographic data by domain (industry, size, revenue, etc.) |
| enrich_batch | Batch enrich up to 25 leads concurrently |
| check_usage | Quota, cost tracking, and remaining lookups |
| health_check | Server status, configured providers, and cache stats |
LeadEnrich uses a waterfall strategy: each provider fills gaps left by the previous one. When email is known, all providers run concurrently for speed. When only name+domain is provided, Apollo discovers the email first, then Clearbit and Hunter run in parallel.
Input (email / domain / name+domain)
|
v
+-----------+ +-----------+ +----------+
| Apollo | --> | Clearbit | --> | Hunter |
+-----------+ +-----------+ +----------+
| Contact | | Company | | Email |
| Company | | Person | | Verify |
| LinkedIn | | Firmo | | Domain |
+-----------+ +-----------+ +----------+
| | |
v v v
+------------------------------------------+
| Merged Profile |
| 16+ fields with per-field attribution |
| Confidence score + lookup cost |
+------------------------------------------+
Each field in the result includes attribution so you know exactly which provider it came from. No duplicate API calls thanks to built-in caching.
| Tier | Cost | Details | |------|------|---------| | Free | $0.00 | 50 lookups/month | | 1 provider hit | $0.05/lookup | Single provider returned data | | 2 providers hit | $0.10/lookup | Two providers contributed fields | | 3 providers hit | $0.15/lookup | Full waterfall, maximum coverage |
pipgit clone https://github.com/carsonlabs/leadenrich-mcp.git
cd leadenrich-mcp
pip install -r requirements.txt
python main.py
MCP endpoint:
http://localhost:8300/mcp| Variable | Description | Required |
|----------|-------------|----------|
| APOLLO_API_KEY | Apollo.io API key | No |
| CLEARBIT_API_KEY | Clearbit API key | No |
| HUNTER_API_KEY | Hunter.io API key | No |
| LEADENRICH_API_KEY | Client auth key for usage metering | No |