Pronto is a B2B sales intelligence MCP server. It lets AI agents search and enrich companies on LinkedIn Sales Navigator, extract live leads matching role/seniority/location/industry filters, and enrich contacts with verified business email and phone via 20+ waterfall sources. OAuth for Claude and ChatGPT; API key (X-API-Key header) for Claude Code, Cursor, and any MCP-compatible client.
サーバー設定
{
"mcpServers": {
"pronto": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.prontohq.com/mcp",
"--header",
"X-API-Key: ${API_KEY}"
],
"env": {
"API_KEY": "YOUR-API-KEY"
}
}
}
}