CompanyEnrich is a B2B data API suite that gives AI agents and platforms real-time access to 30M+ companies and 170M+ people profiles with enrichment, semantic search, lookalikes, tech stacks, and reverse email in one suite.
服务器配置
{
"mcpServers": {
"companyenrich": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.companyenrich.com/sse",
"--header",
"Authorization: Bearer${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer <YOUR TOKEN>"
}
}
}
}