Command Palette

Search for a command to run...

Part IV · Zoho MCP Service · Chapter 10

CRM-Specific MCP Servers & Actions

475 words · preserved verbatim from the master reference

Zoho CRM is the most extensively documented Zoho app in the MCP ecosystem, with its own dedicated developer documentation (Zoho CRM MCP Overview).

Four Pre-Built CRM MCP Servers

Zoho CRM groups MCP capabilities into four distinct, pre-built servers—each covering a specific functional domain. Multiple servers can be installed simultaneously.

1. Data Insights (Read-Only)

Purpose: Query and analyze CRM data without modification risk

CapabilityDetails
COQL queriesFilter, sort, group, paginate records across standard and custom modules
Module listingRetrieve list of all modules
Field schemasAccess field definitions for any module

Example prompts:

  • "Show me all deals closing this month"
  • "How many leads were created last week?"
  • "List top 10 accounts by annual revenue"
2. Data Operations (Read/Write)

Purpose: Full CRUD record management

CapabilityDetails
Create recordsNew leads, contacts, deals, etc.
Read recordsRetrieve individual or related records
Update recordsModify field values, bulk updates
Delete recordsRemove records matching criteria
Bulk operationsMulti-record create/update/delete
Related recordsRetrieve and update child records of a parent
COQL searchComplex filtered queries
Module/field metadataFull schema access

Example prompts:

  • "Create a new lead: Patricia Boyle, Zylker Corp, [email protected]"
  • "Delete all deals stuck in 'Negotiation' since March"
  • "Show all contacts related to account 'Zylker'"
3. Module Customization

Purpose: Configure the CRM data model without UI navigation

CapabilityDetails
Module managementList, create, update module settings
Field managementRetrieve schemas, create/update custom fields (label, required, tooltip)
Layout managementRetrieve, update, activate, deactivate page layouts

Example prompts:

  • "Add a text field called 'Customer Type' to the Leads module"
  • "List all fields in the Contacts module"
  • "Show all layouts in the Deals module"
4. Workflow & Process Automation

Purpose: Configure automation rules via conversational prompts

CapabilityDetails
Workflow rulesCreate, update, list, reorder
Task actionsCreate, update, list workflow task actions
Configuration retrievalView full workflow configuration

Example prompts:

  • "Create a task to call new leads within 1 day"
  • "List all active workflow rules in the Leads module"
  • "Show the workflow configuration for 'Big Deal Alert' in Deals module"

CRM MCP Key Properties

  • Permission-aware execution: All actions bound by authenticated user's CRM roles and RBAC
  • Secure authentication: OAuth-based session management
  • Phased rollout: Rolling out progressively across data centers
  • Pre-built, zero-infrastructure: No need to build, host, or maintain servers

Source: Zoho CRM MCP Overview; Zoho CRM Community – Built-in MCP Support