Integrate Zoho CRM MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Zoho CRM
Inserts new records or updates existing ones based on duplicate check field values. See the documentation
Uploads an attachment file to Zoho CRM from a URL or file path. See the documentation
Updates existing entities in the module. See the documentation
Retrieves the records that match your search criteria.
Gets the list of available records from a module.
Retrieves a list of all the modules available in your CRM account.
Gets the field metadata for the specified module
Gets the list of attachments for a record in Zoho CRM. Use List Modules to find the module API name and List Objects to find the recordId. Results are paginated 200 per page (page is 0-indexed). See the documentation
Gets record data given its id.
Downloads an attachment file from Zoho CRM, saves it in the temporary file system and exports the file path for use in a future step.
Create a new object/module entry. See the documentation
Converts a Lead into a Contact or an Account. See the documentation