Appearance
Roadmap
The per-client endpoint pattern: https://services.leadconnectorhq.com/mcp/{client}/v2
Available Now
/mcp/anthropic/v2— Claude (Claude.ai, Claude Code, Claude Cowork)
Coming Soon
/mcp/openai/v2— ChatGPT and Codex/mcp/cursor/v2— Cursor/mcp/windsurf/v2— Windsurf/mcp/vscode/v2— VS Code- More clients on the roadmap
Original Endpoint (Any HTTP Client)
https://services.leadconnectorhq.com/mcp/ works with any HTTP-based MCP client (Cursor, Windsurf, n8n, custom agents) today, via OAuth or PIT. Coverage is more limited than the per-client endpoint.
json
{
"mcpServers": {
"leadconnector-mcp": {
"url": "https://services.leadconnectorhq.com/mcp/",
"headers": {
"Authorization": "Bearer pit-your-token",
"locationId": "your-location-id"
}
}
}
}