Gorgias for your agents.
Connect Gorgias 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 Gorgias.
What agents can do with Gorgias
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
gorgias_get_accountCheck the credentials: returns account details.
gorgias_list_ticketsList tickets, sorted by most recent first.
gorgias_get_ticketGet a single ticket by id.
gorgias_create_ticketCreate a new ticket. Required: `customer` object with id or email.
gorgias_list_customersList customers with optional search.
gorgias_update_ticketUpdate a ticket's fields.
gorgias_get_customerGet a single customer by id.
gorgias_create_customerCreate a new customer.
gorgias_list_messagesList messages on a ticket.
gorgias_create_messageAdd a message to a ticket.
gorgias_list_tagsList all tags used in the account.
gorgias_list_integrationsList all integrations 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.
- Log in to Gorgias and go to Settings > REST API.
- Click Create API key and copy it.
- Your email is the username; the API key is the password for HTTP Basic auth.
- Your account URL is https://your-account.gorgias.com.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Gorgias to Even: call connect_begin("gorgias") on the even-connect MCP and walk me through it.
Gorgias lists support tickets, creates new tickets from customer inquiries, and retrieves customer contact information.
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.