Loops for your agents.
Connect Loops once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Loops.
What agents can do with Loops
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
loops_send_emailSend a transactional email. `transactional_id` is the id of the transactional template. `email` is the recipient. `data_fields` is optional template variable values.
loops_list_contactsList contacts, newest first.
loops_create_contactCreate or update a contact by email.
loops_update_contactUpdate an existing contact (created if missing) by email. Include only the fields you want to change.
loops_find_contactFind a contact by email or userId. Pass exactly one of the two.
loops_delete_contactDelete a contact by email or userId.
loops_send_eventSend a contact event to trigger a Loops loop/automation. `eventName` is the event; the contact is created if new.
loops_list_mailing_listsList the mailing lists in the account (id, name, description).
loops_test_api_keyVerify the API key is valid; returns success and the team name.
loops_get_contactGet a single contact by email address.
loops_get_mailing_listGet a single mailing list by its id.
loops_add_contact_to_listAdd an existing contact to a mailing list by email.
loops_remove_contact_from_listRemove a contact from a mailing list by email.
loops_update_email_templateUpdate a transactional email template by its 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 Loops > Settings > API Key.
- Copy the API key shown there.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Loops to Even: call connect_begin("loops") on the even-connect MCP and walk me through it.
Send transactional emails via Loops templates, create and update contacts, and send automation trigger events.
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.