Used by 1 plugin
Connects to sales intelligence platforms to provide company data and contact information.
Add to your .mcp.json:
{
"mcpServers": {
"sales-intelligence": {
"command": "node",
"args": [
"./mcp-server/dist/index.js"
],
"env": {
"CLAY_API_KEY": "",
"GONG_ACCESS_KEY": "<your-gong-access-key>",
"ZOOMINFO_CLIENT_ID": "",
"ZOOMINFO_PRIVATE_KEY": "<your-zoominfo-private-key>",
"LINKEDIN_ACCESS_TOKEN": "",
"GONG_ACCESS_KEY_SECRET": "<your-gong-access-key-secret>"
}
}
}
}Replace placeholder values for: GONG_ACCESS_KEY, GONG_ACCESS_KEY_SECRET, ZOOMINFO_PRIVATE_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
nodeCLAY_API_KEY=GONG_ACCESS_KEY=ZOOMINFO_CLIENT_ID=ZOOMINFO_PRIVATE_KEY=LINKEDIN_ACCESS_TOKEN=GONG_ACCESS_KEY_SECRET=