Zendesk for your agents.
Connect Zendesk once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Zendesk.
What agents can do with Zendesk
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
zendesk_current_userCheck the credentials: returns the authenticated agent.
zendesk_list_ticketsList tickets, newest first.
zendesk_get_ticketFetch one ticket by id.
zendesk_searchSearch across tickets, users, and organizations, e.g. "type:ticket status:open".
zendesk_add_commentAdd a comment to a ticket via update. `comment` is {body, public}.
zendesk_create_ticketCreate a new support ticket with subject, description, priority, and requester.
zendesk_update_ticketUpdate a ticket's subject, status, priority, assignee, or other fields.
zendesk_delete_ticketPermanently delete a ticket by its id.
zendesk_list_usersList all users (agents and end-users).
zendesk_list_organizationsList all organizations.
zendesk_list_groupsList all agent groups.
zendesk_list_ticket_fieldsList all custom ticket fields configured in the account.
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.
- In Zendesk Admin Center, open Apps and integrations, then Zendesk API.
- Enable Token Access and click 'Add API token', then copy it.
- Your instance URL is https://your-subdomain.zendesk.com.
- The username is your agent email with /token appended, e.g. [email protected]/token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Zendesk to Even: call connect_begin("zendesk") on the even-connect MCP and walk me through it.
List support tickets in Zendesk and add comments to tickets for updates.
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.