Zoho CRM for your agents.
Connect Zoho CRM once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Zoho CRM.
What agents can do with Zoho CRM
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
zoho-crm_list_leadsList leads in the CRM. Use fields to limit returned fields.
zoho-crm_list_contactsList contacts in the CRM.
zoho-crm_list_accountsList accounts (companies) in the CRM.
zoho-crm_list_dealsList deals (opportunities) in the CRM with optional stage filter.
zoho-crm_list_usersList CRM users.
zoho-crm_get_leadGet a single lead record by its id.
zoho-crm_create_leadCreate a new lead. `data` is an array of lead objects with fields like Last_Name, Company, Email, and Lead_Status.
zoho-crm_create_contactCreate a new contact. `data` is an array of contact objects with fields like Last_Name, Email, and Account_Name.
zoho-crm_create_accountCreate a new account (company). `data` is an array of account objects with fields like Account_Name, Website, and Phone.
zoho-crm_create_dealCreate a new deal (opportunity). `data` is an array of deal objects with fields like Deal_Name, Stage, Amount, and Account_Name.
zoho-crm_get_dealGet a single deal record by its id.
zoho-crm_get_contactGet a single contact record by its id.
zoho-crm_list_vendorsList vendors in the CRM.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Zoho's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Zoho Self-Client app in the Zoho API Console and configure the Even Connect broker first. The regional base URL (e.g. https://www.zohoapis.com, https://www.zohoapis.eu) is required during setup.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Zoho CRM to Even: call connect_begin("zoho-crm") on the even-connect MCP and walk me through it.
List leads and contacts in CRM, retrieve accounts (companies), and fetch deals in sales pipeline.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.