# Zoho mail (verified)

Zoho Mail is a secure and ad-free email hosting platform with collaboration tools, calendar integration, and extensive administrative controls

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (7)

- `ZOHO_MAIL_DOMAIN_OPERATIONS` — Tool to perform domain operations like verify, set primary domain, hosting, aliases, MX/SPF checks, DKIM management, an…
- `ZOHO_MAIL_GROUPS_DELETE_GROUP_BULK` — Tool to bulk delete multiple groups. Use when you need to remove several groups in one API call.
- `ZOHO_MAIL_GROUPS_DELETE_GROUP_BY_ZGID` — Tool to delete a specific mail group by its zgid. Use when you need to remove a group from your organization after conf…
- `ZOHO_MAIL_ORGANIZATION_GET_USER_STORAGE_DETAILS` — Tool to retrieve storage details for a specific user in the organization. Use when you need to know a user’s total and …
- `ZOHO_MAIL_ORGANIZATION_UPDATE_SPAM_PROCESS_TYPE` — Tool to update organization spam processing type. Use when changing the spam filtering strategy for an organization.
- `ZOHO_MAIL_ORGANIZATION_UPDATE_USER_STORAGE` — Tool to modify a user's base or add-on storage allocation. Use when adjusting storage plan for a user within an organiz…
- `ZOHO_MAIL_UPDATE_GROUP_SETTINGS` — Tool to update group settings. Use after group creation to adjust general or text settings.

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