# Zoho (verified)

Manage CRM contacts, send email campaigns, and collaborate across Zoho apps. Track deals, automate workflows, and generate reports.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add zoho

# Browse available tools
npx -y @smithery/cli@latest tool list zoho

# Get full schema for a tool
npx -y @smithery/cli@latest tool get zoho ZOHO_CONVERT_ZOHO_LEAD

# Call a tool
npx -y @smithery/cli@latest tool call zoho ZOHO_CONVERT_ZOHO_LEAD '{}'
```

## Direct MCP Connection

Endpoint: `https://zoho.run.tools`

## Tools (6)

- `ZOHO_CONVERT_ZOHO_LEAD` — Converts a lead into a contact, account, and optionally a deal in Zoho CRM.
- `ZOHO_CREATE_ZOHO_RECORD` — Creates new records in a specified module in Zoho CRM.
- `ZOHO_CREATE_ZOHO_TAG` — Creates new tags in Zoho CRM.
- `ZOHO_GET_ZOHO_RECORDS` — Retrieves records from a specified module in Zoho CRM. Notes: - Discrete (page/per_page) pagination is limited to the f…
- `ZOHO_UPDATE_RELATED_RECORDS` — Associates or updates relationships between records across different modules in Zoho CRM.
- `ZOHO_UPDATE_ZOHO_RECORD` — Updates existing records in a specified module in Zoho CRM.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get zoho <tool-name>
```
