Server data from the Official MCP Registry
Multi-source entity enrichment: company data, contacts, email verification, and phone validation
Multi-source entity enrichment: company data, contacts, email verification, and phone validation
Set these up before or after installing:
Environment variable: CLEARBIT_API_KEY
Environment variable: HUNTER_API_KEY
Environment variable: APOLLO_API_KEY
Environment variable: TWILIO_ACCOUNT_SID
Environment variable: TWILIO_AUTH_TOKEN
Environment variable: ENRICHMENT_CACHE_TTL
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-intelagentstudios-mcp-enrichment": {
"env": {
"APOLLO_API_KEY": "your-apollo-api-key-here",
"HUNTER_API_KEY": "your-hunter-api-key-here",
"CLEARBIT_API_KEY": "your-clearbit-api-key-here",
"TWILIO_AUTH_TOKEN": "your-twilio-auth-token-here",
"TWILIO_ACCOUNT_SID": "your-twilio-account-sid-here",
"ENRICHMENT_CACHE_TTL": "your-enrichment-cache-ttl-here"
},
"args": [
"-y",
"@intelagent/mcp-servers"
],
"command": "npx"
}
}
}Well-structured MCP enrichment server with appropriate authentication and security practices. Uses environment variables for API keys and includes comprehensive mock mode. Minor security considerations include broad error handling and network access requirements that are appropriate for its data enrichment purpose. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 8 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!