io.github.carsonroell-debug/leadenrich-mcp✓
io.github.carsonroell-debug/leadenrich-mcp · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.carsonroell-debug/leadenrich-mcp",
"description": "Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage",
"repository": {
"url": "https://github.com/carsonroell-debug/leadenrich-mcp",
"source": "github"
},
"version": "0.2.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}