CRM

Zoho CRM MCP server

Connect Zoho CRM to Claude, ChatGPT, Cursor, and any MCP-compatible AI agent. Live access to your contacts, accounts, and activity — read and write — through one unified profile per customer.

Why Pathbound

Your customer doesn’t live only in Zoho.

A direct Zoho MCP shows your agent Zoho. Pathbound shows your agent the customer — across Zoho CRM, Gmail, Intercom, your tracker, Apollo, Calendly, and the rest of your stack — through one unified profile served over the Model Context Protocol.

Beyond Zoho

Gmail threads, Intercom conversations, website page views, Apollo enrichment, Calendly meetings — all stitched onto one timeline per contact. Your agent stops asking "who is this?" on every other tool.

Identity-resolved

Same person as [email protected] in Zoho, [email protected] in Gmail, "Jane R." in Intercom — Pathbound resolves to one entity. A direct connector only knows its own IDs.

Built for LLMs

Token-efficient response shapes (count_only, fields=summary), server-side aggregation, batch tools. Agents get the answer, not raw JSON dumps. Stays inside the context window.

Audited writes

Update a contact once — Pathbound writes back to Zoho, fans out to your other sources, and logs every change with actor, timestamp, and result. Reversible. The audit trail SOC 2 and GDPR auditors look for.

What it looks like

What does Zoho data look like in Claude?

Connect Zoho once. Your agent gets identity-resolved profiles, the full activity timeline, and write access — through one MCP server, identity-resolved with Gmail, Intercom, your tracker, and your other sources.

MCP

Zoho CRM, exposed as MCP tools.

Claude · pathbound MCP connected
you
Brief me on [email protected] — what's her Zoho status, recent activity, and any risk signals?
get_contact { email: "[email protected]" } 200 · 308 tokens · 470ms
contact Jane Reyes · Senior PM
account acme.com · fintech · 240
zoho Lead_Source = Webinar · Title: Senior PM
get_contact_timeline { contact_id: "ctc_01H..." } 7 events · 460ms
tracker visited /pricing · 2× today
gmail replied to follow-up · yesterday
zoho account owner = sam · note added Wed
claude
Jane is Senior PM at Acme (fintech, 240). Zoho has her at Lead Source: Webinar; account owner Sam added a note Wednesday about pricing pushback. She visited /pricing twice today and replied to your follow-up yesterday.
signal Active engagement on pricing. Surface the discount conversation Sam logged, then re-quote.
claude_desktop_config.json
{
  "mcpServers": {
    "pathbound": {
      "url": "https://mcp.pathbound.ai/mcp"
    }
  }
}
Zoho CRM tools out of the box · read & write
get_contact unified profile across Zoho + your other sources
get_contact_timeline page views, email replies, account notes
list_contacts filter by company, title, lead source, owner
list_companies filter accounts by industry, employees, domain
create_contact_note log call recaps, research, internal context
update_contact patch title, phone, properties — back to Zoho

…plus 20 more — 26 MCP tools total, across contacts, companies, events, and conversations.

Setup

How do I connect Zoho CRM to Claude?

OAuth one connector. Drop a snippet into your MCP client. Ask a question.

  1. 01

    Sign up for Pathbound

    Create an account at pathbound.ai. Free during public alpha.

  2. 02

    Connect Zoho CRM

    In the dashboard, go to Integrations → Zoho CRM → Connect. OAuth via Zoho's official OAuth API in one click; sync runs every 60 minutes and pulls contacts, accounts, titles, lead sources, owners, and custom fields.

  3. 03

    Add Pathbound to your MCP client

    Drop the snippet below into your Claude Desktop config (or in Claude.ai web: Settings → Connected Apps → Add custom MCP → enter https://mcp.pathbound.ai/mcp). The same URL works for ChatGPT, Cursor, Cline, and any MCP client that supports OAuth.

    claude_desktop_config.json
    {
      "mcpServers": {
        "pathbound": {
          "url": "https://mcp.pathbound.ai/mcp"
        }
      }
    }
  4. 04

    Run a test prompt

    Ask the agent: “How many contacts do I have in Zoho?” The agent calls list_contacts via MCP and returns the count.

FAQ

Common questions.

Is this an official Zoho MCP server?

Pathbound is an independent platform. We connect to Zoho CRM via Zoho's official OAuth 2.0 API and expose your data through one Model Context Protocol server alongside your other sources. Not affiliated with Zoho Corporation.

How is this different from the Zoho REST API?

REST is for backends and scheduled jobs. MCP is for AI agents — it’s the protocol Claude, ChatGPT, and Cursor speak. Pathbound’s MCP also unifies Zoho with Gmail, Intercom, your website tracker, and other sources into one profile per contact, so the agent doesn’t glue 6 APIs together itself.

Which MCP clients does this work with?

Claude.ai, Claude Desktop, Claude Code, ChatGPT (with custom connectors), Cursor, Cline, Continue — any client that supports the Model Context Protocol with OAuth.

Can the agent write to Zoho, or just read?

Both. Pathbound exposes 16 read tools (list, get, timeline, conversations, aggregate, batch) and 10 write tools (create / update contacts and accounts, create / update / delete notes). Writes sync changes back to Zoho.

Which Zoho data centers are supported?

US (zohoapis.com) at launch. EU, India, Australia, and Japan data centers are on the roadmap — get in touch if you need one of those today.

How does authentication work?

OAuth 2.0 end to end. The MCP client opens Pathbound’s login; you log in once and the agent gets scoped access tied to your user. Revoke anytime from Settings → Connected Apps.

Is my customer data secure?

Tenant-isolated and OAuth-scoped per user, with encryption at rest via our infrastructure provider's default configuration. GDPR-aligned; SOC 2 readiness in progress. Pathbound does not sell customer data, and we don't call AI providers on your behalf — your MCP client does, under your account and the AI provider's terms.

What about HubSpot, Pipedrive, Salesforce, Apollo, Intercom?

Same MCP server, same tools — just connect a different source. See the integrations directory.

Try it on your own data

Within five minutes, your agent is querying real customer context.

Sign up. Drop in the tracker snippet. Connect one CRM. Point your MCP client at mcp.pathbound.ai/mcp.