FrazzleCRM has a built-in MCP server. Point Claude, ChatGPT or any MCP-capable agent at your workspace and it can build automations, audit funnels, search contacts and annotate maps — while you keep the go-live switch.
In the app, go to Settings → API Keys and create a key. It starts with frz_ and scopes the AI to exactly one workspace. AI access is part of the Pro plan.
The server speaks Streamable HTTP at:
https://app.frazzlecrm.com/api/mcp Authorization: Bearer frz_your_key
claude.ai — Settings → Connectors → Add custom connector, paste the URL and your key.
Claude Code — one command:
claude mcp add --transport http frazzlecrm \ https://app.frazzlecrm.com/api/mcp \ --header "Authorization: Bearer frz_your_key"
create_automationDraft a full flow: trigger, emails, SMS, waits, branches, goalsupdate_automationEdit steps on an existing flowset_automation_statusFlip a flow between draft, live and pausedanalyze_automationsAudit every flow for conflicts, dead ends and overlapslist_automations / get_automationRead what exists and how it's wiredget_map / list_mapsRead the canvas — nodes, edges, flows, notesannotate_mapLeave notes and callouts right on the mapsearch_contactsFind contacts by name, email, tag or fieldcreate_email_template / list_email_templatesDraft reusable emails with merge fieldsget_schema_referenceSelf-serve docs: the AI looks up field shapes itselfEverything an AI creates lands as a draft on your canvas — visible, inspectable, editable. Nothing emails a real contact until a human flips it live. That's the pattern we used to wire 17 production automations for a coding school in an afternoon: Claude drafted, a person reviewed, then the switch.