Appearance
LeadConnector MCP Server
The LeadConnector MCP (Model Context Protocol) server lets AI assistants query, automate, and orchestrate everything in your CRM.
Server (Claude): https://services.leadconnectorhq.com/mcp/anthropic/v2
What is MCP?
MCP is an open protocol that standardizes how applications provide context to large language models. The LeadConnector MCP server gives AI assistants a standardized way to work with your LeadConnector data and operations — without you or the model needing to know the internal API details.
Authentication
Both endpoints support two auth methods:
- OAuth (recommended) — one-click browser sign-in; widest scope set available.
- Private Integration Token (PIT) — token from Settings → Private Integrations; more limited scope set.
OAuth is recommended because it unlocks a broader operation catalog and requires nothing to store or rotate.
Both endpoints are sub-account (location) level — not agency-level. Each connection targets a single sub-account.
Which Endpoint to Use?
/mcp/{client}/v2 (recommended) | /mcp/ (original) | |
|---|---|---|
| URL (Claude) | https://services.leadconnectorhq.com/mcp/anthropic/v2 | https://services.leadconnectorhq.com/mcp/ |
| Auth | OAuth or PIT | OAuth or PIT |
| Clients | Per-client; Claude live today | Any HTTP-based MCP client |
| Coverage | Full catalog (hundreds of ops, 40 domains) | Limited core toolset |
Use /mcp/anthropic/v2 for Claude — it's live and has the widest coverage.