Drift for your agents.
Connect Drift 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 Drift.
What agents can do with Drift
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
drift_get_account_infoCheck the token: returns org and user info associated with the token.
drift_list_conversationsList conversations, optionally filtered by status.
drift_get_conversationGet a single conversation by id.
drift_list_contactsList contacts (people external to the org).
drift_list_usersList users (agents) in the organization.
drift_get_conversation_messagesGet all messages within a specific conversation.
drift_send_messageSend a message from an agent into a conversation. `body` is the message text.
drift_get_contactGet a single contact by id.
drift_create_contactCreate a new contact. `name` and `email` are required for identifying the visitor.
drift_create_conversationCreate a new conversation with a contact. Requires a contact id.
drift_get_userGet a single user (agent) 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 the Drift Developer Portal and create an app.
- Install the app to your Drift account to generate a non-expiring access token.
- Copy the bearer token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Drift to Even: call connect_begin("drift") on the even-connect MCP and walk me through it.
List open customer conversations in Drift, retrieve contact profiles, and fetch the list of agents.
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.