Leadenrich Mcp
@carsonlabs
About Leadenrich Mcp
MCP server for waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for maximum data coverage
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"leadenrich": {
"command": "npx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<YOUR_APOLLO_KEY>",
"CLEARBIT_API_KEY": "<YOUR_CLEARBIT_KEY>",
"HUNTER_API_KEY": "<YOUR_HUNTER_KEY>"
}
}
}
}Tools
6Full waterfall enrichment for a single lead (email, domain, or name+domain)
Discover an email from first name + last name + company domain
Company firmographic data by domain (industry, size, revenue, etc.)
Batch enrich up to 25 leads concurrently
Quota, cost tracking, and remaining lookups
Server status, configured providers, and cache stats
Overview
What is Leadenrich Mcp?
Leadenrich Mcp is a waterfall lead enrichment server that implements the Model Context Protocol (MCP). It cascades through Apollo, Clearbit, and Hunter to build the most complete lead profile in a single call, returning merged profiles with per-field attribution. It is designed for AI agents like Claude and Cursor to run enrichment workflows directly.
How to use Leadenrich Mcp?
Install via pip install leadenrich-mcp and start the server with leadenrich-mcp (defaults to http://localhost:8300/mcp). Connect from Claude Desktop by adding the server URL to claude_desktop_config.json, or from Claude Code using claude mcp add leadenrich --transport http http://localhost:8300/mcp. Provider API keys (Apollo, Clearbit, Hunter) are set as environment variables; all are optional.
Key features of Leadenrich Mcp
- Waterfall enrichment across Apollo, Clearbit, and Hunter
- Field attribution showing which provider contributed each data point
- Built-in caching to avoid duplicate API calls
- Usage metering with free tier and per-lookup pricing
- Batch enrichment of up to 25 leads concurrently
- Email discovery from first name, last name, and company domain
Use cases of Leadenrich Mcp
- Enriching a single lead by email, domain, or name+domain for sales outreach
- Discovering a prospect’s email from their name and company domain
- Retrieving company firmographic data (industry, size, revenue) for account research
- Batch enriching multiple leads to update a CRM or database
FAQ from Leadenrich Mcp
What providers does Leadenrich Mcp use?
Apollo (contact, company, LinkedIn data), Clearbit (person, firmographic data), and Hunter (email finding and verification).
Are all provider API keys required?
No. Each provider key is optional; the server uses whichever providers are configured and skips the rest.
What is the free tier?
The free tier gives 50 lookups per month using only Hunter (single-provider lookups). Pro ($29/mo) unlocks the full three-provider waterfall, email finder, company enrichment, and batch operations.
How does pricing work?
Pricing is per lookup based on how many providers return data: $0.05 for one provider, $0.10 for two, $0.15 for three. Free tier covers 50 lookups/month.
What are the runtime requirements?
Python 3.11+ and pip. The server can run locally, via Docker, or on hosting platforms like Railway and Fly.io.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments