Lead Enrich
Rank #54,265io.github.carsonroell-debug/leadenrich-mcp
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
Lead Enrich is a Model Context Protocol (MCP) server published by carsonroell-debug. It ranks #54,265 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Lead Enrich is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 6, 2026 and most recently updated on Apr 6, 2026.
Ranks ahead of 61,326 of 115,591 servers on MCP Toplist.
Use Lead Enrich
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add leadenrich-mcp -e "APOLLO_API_KEY=<your APOLLO_API_KEY>" -e "CLEARBIT_API_KEY=<your CLEARBIT_API_KEY>" -e "HUNTER_API_KEY=<your HUNTER_API_KEY>" -- uvx leadenrich-mcpReplace each placeholder with your own value before saving.
[mcp_servers.leadenrich-mcp]
command = "uvx"
args = ["leadenrich-mcp"]
[mcp_servers.leadenrich-mcp.env]
APOLLO_API_KEY = "<your APOLLO_API_KEY>"
CLEARBIT_API_KEY = "<your CLEARBIT_API_KEY>"
HUNTER_API_KEY = "<your HUNTER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leadenrich-mcp": {
"command": "uvx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>",
"CLEARBIT_API_KEY": "<your CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<your HUNTER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leadenrich-mcp": {
"command": "uvx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>",
"CLEARBIT_API_KEY": "<your CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<your HUNTER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"leadenrich-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>",
"CLEARBIT_API_KEY": "<your CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<your HUNTER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leadenrich-mcp": {
"command": "uvx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>",
"CLEARBIT_API_KEY": "<your CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<your HUNTER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leadenrich-mcp": {
"command": "uvx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>",
"CLEARBIT_API_KEY": "<your CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<your HUNTER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.carsonroell-debug%2Fleadenrich-mcp)<a href="https://mcptoplist.com/server/io.github.carsonroell-debug%2Fleadenrich-mcp"><img src="https://mcptoplist.com/badge/io.github.carsonroell-debug%2Fleadenrich-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
carsonroell-debug
Other servers by carsonroell-debug
View all carsonroell-debug servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Apr 6, 2026 |
Frequently asked questions
- Who maintains Lead Enrich?
- Lead Enrich is maintained by carsonroell-debug, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Lead Enrich listed on the Official MCP Registry?
- Yes — Lead Enrich is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Lead Enrich have?
- MCP Toplist tracks 1 version of Lead Enrich, most recently published on Apr 6, 2026.
- Where can I find the source code for Lead Enrich?
- The source code for Lead Enrich is hosted at github.com/carsonroell-debug/leadenrich-mcp.