Multi-source entity enrichment: company data, contacts, email verification, and phone validation
claude mcp add mcp-enrichment -- npx -y @intelagent/mcp-enrichment
claude_desktop_config.json
{
"mcpServers": {
"mcp-enrichment": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-enrichment"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-enrichment": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-enrichment"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-enrichment": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-enrichment"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-enrichment": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-enrichment"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-enrichment": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-enrichment"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.IntelagentStudios--mcp-enrichment/reviews or the review_server meta-tool.
POST /mcp