Mailchimp for your agents.
Connect Mailchimp once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mailchimp.
What agents can do with Mailchimp
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mailchimp_pingCheck the credentials: returns account info and the API key's datacenter.
mailchimp_list_listsList all audience lists (formerly called lists) on the account.
mailchimp_list_membersList members of a specific audience list.
mailchimp_add_memberAdd or update a member in an audience list. Uses email as the subscriber hash for upsert behavior.
mailchimp_list_campaignsList campaigns, newest first.
mailchimp_get_listGet details of a specific audience list by id.
mailchimp_get_campaignGet details of a specific campaign by id.
mailchimp_create_campaignCreate a new campaign. Requires `type` (regular, plaintext, absplit, rss, variate) and a `recipients` object with list_id.
mailchimp_list_merge_fieldsList merge tags (custom fields) for a list, e.g. FNAME, LNAME.
mailchimp_list_segmentsList segments (static or dynamic groups) within an audience list.
mailchimp_list_reportsList campaign reports with opens, clicks, and bounces.
mailchimp_delete_memberPermanently delete a member from an audience list. Uses the MD5 hash of the lowercase email.
mailchimp_create_listCreate a new audience list. `name` and `contact` (contact company info) are required.
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 Account, Extras, then API keys.
- Create a new key and copy it. The key includes a dash and your datacenter (e.g. abc123-us1).
- Your base URL uses the datacenter: https://<dc>.api.mailchimp.com/3.0.
- Paste the full key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mailchimp to Even: call connect_begin("mailchimp") on the even-connect MCP and walk me through it.
List email audiences, add or update subscriber in list, and fetch recent email campaigns.
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.