Tidio for your agents.
Connect Tidio once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Tidio.
What agents can do with Tidio
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
tidio_list_operatorsList all operators (chat agents) in the account.
tidio_list_conversationsList conversations, optionally filtered by status.
tidio_get_conversationGet a single conversation by id.
tidio_list_ticketsList tickets with their details (without messages).
tidio_get_ticketGet a single ticket with its messages.
tidio_create_ticketCreate a new ticket.
tidio_list_messagesList all messages in a conversation.
tidio_send_messageSend a message to an existing conversation.
tidio_close_conversationClose an open conversation.
tidio_list_tagsList all tags in the account.
tidio_get_operatorGet details of a specific operator by id.
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.
- Go to Tidio Panel > Developer > OpenAPI.
- Enable OpenAPI access and generate credentials.
- Copy the Client ID (first field) and Client Secret (second field).
- The Client ID goes in X-Tidio-Openapi-Client-Id header; the Client Secret in X-Tidio-Openapi-Client-Secret.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Tidio to Even: call connect_begin("tidio") on the even-connect MCP and walk me through it.
List open conversations in Tidio and retrieve ticket details for resolution.
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.