LiveChat for your agents.
Connect LiveChat 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 LiveChat.
What agents can do with LiveChat
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
livechat_list_license_propertiesCheck the credentials: returns license property definitions (GET, no params needed).
livechat_get_license_infoCheck the credentials: returns license configuration details.
livechat_list_chatsList recent chats across all groups.
livechat_get_chatGet a single chat by its id, including all threads and events.
livechat_list_customersList customers who have interacted with the license.
livechat_list_agentsList all LiveChat agents (users) in the license.
livechat_send_chat_messageSend a message on behalf of an agent in a chat.
livechat_follow_chatStart following a chat to receive its events.
livechat_unfollow_chatStop following a chat.
livechat_list_threadsList threads in a chat.
livechat_list_group_propertiesList properties defined for groups in the configuration.
livechat_list_bot_propertiesList properties defined for bots in the configuration.
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.
- Open the Text Developer Console and go to Settings > Authorization > Personal Access Tokens.
- Click Create token and select the scopes your integration needs (e.g. chats--all:ro, customers--all:ro).
- Copy the Personal Access Token and your Account ID after creation.
- The token uses Basic auth with Account ID as username and PAT as password.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect LiveChat to Even: call connect_begin("livechat") on the even-connect MCP and walk me through it.
List recent chats and customers from LiveChat, retrieve full chat history, and monitor your support ticket volume.
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.