Connect Your AI to the CRM (MCP)
Ask Claude, Cursor, or any MCP-capable assistant questions about your own contacts, deals, revenue, and call transcripts.
1What it does
- “Which open deals haven't had a touchpoint in two weeks?”
- “Summarize my last three meetings with Acme and draft next steps.”
- “What objections did prospects raise about pricing this month?”
- “What's our active MRR and how many deals are open?”
2How to connect
https://www.salescadia.com/api/mcp, and click Connect. You'll be sent to Salescadia to sign in and approve read-only access.
Claude Code, Cursor, and custom agents (API key):
- Open Settings and find the Zapier & API Keys card. Create a key with the read scope and copy the
mm_live_...value — it is shown once. - Add the server to your assistant with the key in the Authorization header. The server URL is
https://www.salescadia.com/api/mcp.
claude mcp add --transport http salescadia https://www.salescadia.com/api/mcp --header "Authorization: Bearer mm_live_YOUR_KEY"
Cursor, Windsurf, and custom agents use the same URL and header — copy-paste configs live in the full setup guide.3Security
- Read-only. Nothing the AI does through this connection can change or delete CRM data.
- Workspace-scoped. A key only sees its own workspace — the same isolation the Zapier and Clay integrations use.
- Instantly revocable. Deactivate the key in Settings and every connected AI loses access immediately.
- Anything the AI reads becomes part of that AI conversation, so connect assistants you trust with CRM data.
4Troubleshooting
- 401 Unauthorized — the key must be sent as an
Authorization: Bearer mm_live_...header (this endpoint refuses keys in the URL), and the key must be active and unexpired. - 403 Forbidden — the key lacks the read scope. Create a read-scoped key in Settings.
- Transcript search says Pro required — call-transcript search follows the same plan gate as the in-app Ask Anything feature.
More in Integrations
HubSpot Integration Overview
What connecting HubSpot to Salescadia does for your team.
Installing Salescadia from HubSpot
Step-by-step guide to install and connect the HubSpot integration.
HubSpot Data Sync
What data flows between HubSpot and Salescadia, and when.
HubSpot Troubleshooting
Common issues with the HubSpot integration and how to fix them.
Zapier Integration Overview
Connect Salescadia to 8,000+ apps with no code using Zapier.
Connecting Salescadia to Zapier
Step-by-step guide to generate an API key and build your first Zap.
Fireflies.ai Integration
Connect Fireflies so meetings your team already records on Zoom, Google Meet, or Teams get analyzed inside Salescadia — AI summary, coaching score, talk-time analytics, and CRM activity, on the right contact.
Fathom Integration
Connect Fathom so meetings your team already records on Zoom, Google Meet, or Teams get analyzed inside Salescadia — AI summary, coaching score, talk-time analytics, and CRM activity, on the right contact. Works on any Fathom plan, including Free.
Clay LinkedIn Integration
Send LinkedIn invites and messages from your reps' connected accounts, triggered from any Clay table. The same endpoints work from Zapier, Make, n8n, or a plain curl.