Front for your agents.
Connect Front once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Front.
What agents can do with Front
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
front_list_inboxesList all inboxes (shared email accounts) the token has access to.
front_list_conversationsList conversations in an inbox.
front_get_conversationGet a single conversation by id.
front_list_teammatesList all teammates (users) in the company.
front_list_contactsList contacts, optionally filtered by search query.
front_send_replySend a reply to a conversation. The message is added to the thread. Set `body` (HTML), `text` (plain), or both. Optionally set `channel_id` to send from a specific channel.
front_create_contactCreate a new contact. `name` is required; optionally set `email`, `phone`, and `description`.
front_get_contactGet a single contact by id.
front_list_channelsList all channels (email addresses, social accounts) configured in Front.
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 Settings > API Tokens in Front.
- Create a new API token and copy it.
- The token is passed as a Bearer token in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Front to Even: call connect_begin("front") on the even-connect MCP and walk me through it.
List all inboxes in Front and retrieve conversations with status filtering.
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.