MCP Server
MCP
io.github.carsonroell-debug/leadenrich-mcp
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
Install
uvx leadenrich-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "leadenrich-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Apollo.io API key for lead enrichment",
"isSecret": true,
"name": "APOLLO_API_KEY"
},
{
"description": "Clearbit API key for company/contact enrichment",
"isSecret": true,
"name": "CLEARBIT_API_KEY"
},
{
"description": "Hunter.io API key for email finding",
"isSecret": true,
"name": "HUNTER_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment