# Zoho — MCP server on mcp.ai > Zoho is a suite of cloud applications including CRM, email marketing, and collaboration tools, enabling businesses to automate and scale operations By: mcp.ai · official Page: https://mcp.ai/zoho ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_zoho?ms=1781542320000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/zoho/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/zoho/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/zoho/skill.md Postman collection (v2.1): https://mcp.ai/zoho/postman.json ## Tools - zoho_convert_zoho_lead(lead_id: string, assign_to?: string, overwrite?: boolean, account_id?: string, contact_id?: string, notify_lead_owner?: boolean, notify_new_entity_owner?: boolean) — Converts a lead into a contact, account, and optionally a deal in zoho crm. - zoho_create_zoho_record(data: object[], lar_id?: string, trigger?: string[], module_api_name: string) — Creates new records in a specified module in zoho crm. - zoho_create_zoho_tag(name: string, color_code?: string, module_api_name: string) — Creates new tags in zoho crm. - zoho_get_zoho_records(ids?: string, cvid?: integer, page?: integer, fields?: string, sort_by?: string, per_page?: integer, sort_order?: string, module_api_name: string) — Retrieves records from a specified module in zoho crm. - zoho_update_related_records(data: object[], record_id: string, module_api_name: string, related_list_api_name: string) — Associates or updates relationships between records across different modules in zoho crm. - zoho_update_zoho_record(data: object[], lar_id?: string, trigger?: string, wf_trigger?: boolean, module_api_name: string) — Updates existing records in a specified module in zoho crm. ## Links Docs: https://mcp.ai/docs/mcps/zoho Website: https://mcp.ai/mcps/zoho