Crisp for your agents.
Connect Crisp 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 Crisp.
What agents can do with Crisp
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
crisp_list_conversationsList recent conversations from all websites.
crisp_get_conversationGet a single conversation by session id.
crisp_list_peopleList people (end users) in a website.
crisp_send_messageSend a message in a conversation.
crisp_list_websitesList all websites (organizations) the plugin token can access.
crisp_get_websiteGet details for a specific website.
crisp_list_conversation_messagesList all messages in a conversation, oldest first.
crisp_update_conversation_stateUpdate the state of a conversation (unresolved, resolved).
crisp_get_people_statisticsGet people statistics for a website.
crisp_get_people_profileGet a single person profile by email.
crisp_create_conversationCreate a new conversation manually.
crisp_get_website_operatorsList operators for a website.
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 your Crisp workspace, go to Settings > API.
- Generate a new token keypair. You get an identifier and a key.
- The identifier is the first field; the key is the second.
- Both are used as HTTP Basic auth (identifier:key).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Crisp to Even: call connect_begin("crisp") on the even-connect MCP and walk me through it.
Retrieve all conversations from Crisp and send follow-up messages to customers in pending chats.
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.