Intercom for your agents.
Connect Intercom 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 Intercom.
What agents can do with Intercom
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
intercom_list_contactsList contacts, newest first. Optionally filter by email.
intercom_get_contactGet a single contact by id.
intercom_list_conversationsList conversations with optional status filter.
intercom_send_messageSend a message from an admin to a contact (or to a conversation). Provide `body` and either `contact_id` or `conversation_id`.
intercom_list_articlesList help center articles.
intercom_create_contactCreate a new contact (user or lead). `role` is user or lead; `email` is unique.
intercom_search_contactsSearch contacts using Intercom's search syntax. `query` is a structured query object with operator, field, and value.
intercom_get_conversationGet a single conversation with all message parts by id.
intercom_get_articleGet a single help center article by id.
intercom_update_contactUpdate a contact's attributes by id.
intercom_list_teamsList all teams in the workspace. Each team is a group of admins with shared permissions.
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 Developer Hub and create a new app or select an existing one.
- Under Authentication, copy the Access Token.
- Ensure the token has the scopes needed: contacts.read, contacts.write, conversations.read, conversations.write.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Intercom to Even: call connect_begin("intercom") on the even-connect MCP and walk me through it.
List contacts and conversations in Intercom, send support messages to customers, retrieve help center articles.
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.