Integration · Zapier MCP

Any AI assistant.
Talking to DealerAI directly.

DealerAI publishes a Model Context Protocol (MCP) endpoint on Zapier — so Claude, Cursor, ChatGPT, or a Zapier Agent can add contacts, push ADF leads, and drop into the CRM without you writing a single line of API code. Then fan out to 9,000+ Zapier apps from the same connection.

Open on Zapier
3
DealerAI actions
9k+
Apps reachable
3m
To live endpoint
mcp.dealerai · session.live
MCP
CL
Claude · Sales Ops Assistant
mcp_client · tool_use · session 0xZP9
connected
User

"Add Dave Chen, dchen@gmail.com, interested in a 2026 RAV4 XLE — and drop it as a fresh lead into our CRM."

dealerai.add_or_update_contact(name, email, vehicle) contact_19284 · created 214ms
dealerai.send_lead_to_crm(contact_19284) crm_lead · queued 186ms
dealerai.send_adf_to_outbound(adf_xml) writing to outbound…
2 tasks consumed · scoped endpoint · no API code written
● Live mcp_v1 · zapier.dealerai · auth: scoped
secure URL
Claude · Cursor · ChatGPT · Zapier Agents 3 first-party DealerAI actions 9,000+ apps · 30,000+ actions No-code setup Secure MCP endpoint SOC 2 · PIPEDA
Three actions · one endpoint

Everything an AI assistant needs to act inside DealerAI.

The DealerAI MCP server exposes the three operations that cover the entire top-of-funnel — and every one of them writes. No read-only dashboards, no copy-paste prompts.

01
tool · contact

Add or update contact.

Create a brand-new contact or merge into an existing record — name, email, phone, vehicle of interest, source. Identity stays single across every downstream tool.

dealerai.add_or_update_contact
{
  "name": "Dave Chen",
  "email": "dchen@gmail.com",
  "phone": "+1-416-555-0142",
  "vehicle": "2026 RAV4 XLE",
  "source": "claude.assistant"
}
02
tool · adf

Send ADF to outbound.

Drop raw ADF XML into DealerAI’s outbound pipeline — the standard automotive lead format every CRM and OEM speaks. Perfect for routing third-party listings, marketplaces, or partner feeds.

dealerai.send_adf_to_outbound
<?xml version="1.0"?>
<?adf version="1.0"?>
<adf>
  <prospect>
    <vehicle interest="buy">
      <year>2026</year><make>Toyota</make>
      <model>RAV4 XLE</model>
    </vehicle>
    <customer>…</customer>
  </prospect>
</adf>
03
tool · crm

Send lead to CRM.

Route a fully-formed lead straight to DealerAI’s CRM endpoint — assigned, tagged, and ready for the BDC. The lead lands with full provenance: who created it, from which assistant, on which prompt.

dealerai.send_lead_to_crm
{
  "contact_id": "contact_19284",
  "intent": "sales",
  "campaign": "evergreen.zapier",
  "assignee": "auto",
  "notes": "Inbound via Claude · RAV4 XLE"
}
Setup in minutes

From zero to live endpoint — in three steps.

The MCP endpoint is generated per workspace, scoped to only the actions you turn on. No SDK install, no OAuth dance, no waiting on engineering.

01

Generate your MCP URL.

Open Zapier → DealerAI MCP and click Generate. You get a unique, secure endpoint URL bound to your Zapier workspace.

02

Pick the actions you want.

Enable any combination of Add Contact, Send ADF, and Send to CRM. The endpoint exposes only what you turn on — nothing more.

03

Paste into your AI client.

Drop the endpoint into Claude, Cursor, ChatGPT, or a Zapier Agent. The assistant discovers the tools and can call them on the next prompt.

Pricing: Every MCP call consumes 2 Zapier tasks from your plan. Works on every Zapier tier; enterprise quotas configurable.
Works with every MCP client

Whatever AI your team already prompts — it works.

MCP is the open standard for AI-to-tool connections. If your assistant speaks MCP, DealerAI is one paste away.

Assistant Claude claude.ai · desktop · code
IDE Cursor cursor.sh · mcp config
Assistant ChatGPT via Zapier connector
Agent Zapier Agents no-code · drag & drop
Standard Any MCP client spec.modelcontextprotocol.io
Fan-out 9,000+ Zapier apps Airtable · HubSpot · Slack · GSheets…
What teams are actually building

Three workflows you can ship this afternoon.

Real use cases dealership ops, marketing, and BDC teams are wiring up the day they connect.

flow.assistant_capture

Sales rep asks Claude — DealerAI gets the lead.

A salesperson talks to Claude on the floor: "log this guest, looking at a Sienna, follow up Tuesday." Claude calls add_or_update_contact + send_lead_to_crm. The lead is in your BDC queue before the guest leaves the lot.

Claude (voice/chat) DealerAI MCP CRM · BDC queue
flow.partner_adf_drop

Third-party feed → ADF → DealerAI outbound.

A Zap watches a marketplace inbox (Gmail, AutoTrader feed, OEM partner) for new lead emails. It parses the ADF and calls send_adf_to_outbound. DealerAI fires the multichannel follow-up sequence within seconds.

Marketplace inbox Zapier parser DealerAI outbound
flow.airtable_sync

Marketing list in Airtable → DealerAI contacts.

Marketing keeps a "warm prospect" base in Airtable. New rows trigger a Zap that calls add_or_update_contact. Every new prospect lands in DealerAI with merge-by-email — no duplicates, full identity preserved.

Airtable (new row) Zap trigger DealerAI contacts
Security & scope

Endpoints you can revoke in one click.

Every MCP URL is unique to your Zapier workspace and scoped only to the actions you enable. Revoke any endpoint at any time and every downstream AI client loses access instantly.

  • Scoped actions — only the tools you turn on are exposed to the connected AI.
  • Per-workspace URLs — revoke, rotate, or regenerate at any time without redeploying anything.
  • Audit trail — every MCP call is logged in DealerAI with assistant, prompt, and resulting record IDs.
  • No raw API keys — your DealerAI credentials never leave your workspace; the AI talks to Zapier, not directly to your stack.
  • SOC 2 + PIPEDA — the same compliance posture as the rest of the DealerAI platform.

Ready to give your AI assistant hands inside DealerAI?

Open on Zapier ↗