mcp enrichment for Cursor
io.github.intelagentstudios/mcp-enrichment
Multi-source entity enrichment: company data, contacts, email verification, and phone validation
client:Cursor
transport:stdio
runtime:npm
Install mcp enrichment in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-enrichment": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-enrichment"
],
"env": {
"CLEARBIT_API_KEY": "<CLEARBIT_API_KEY>",
"HUNTER_API_KEY": "<HUNTER_API_KEY>",
"APOLLO_API_KEY": "<APOLLO_API_KEY>",
"TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
"TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>",
"ENRICHMENT_CACHE_TTL": "<ENRICHMENT_CACHE_TTL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs