leadenrich mcp for Cursor
io.github.carsonroell-debug/leadenrich-mcp
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
client:Cursor
transport:stdio
runtime:pypi
Install leadenrich mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"leadenrich-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"leadenrich-mcp"
],
"env": {
"APOLLO_API_KEY": "<APOLLO_API_KEY>",
"CLEARBIT_API_KEY": "<CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<HUNTER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs