Connect the Mailchimp API
Integrate the Mailchimp API through Modiva’s unified REST API and hosted MCP server. Manage audiences, members and tags, create, send and schedule campaigns, and read performance reports in Mailchimp. OAuth, token refresh, rate limits and 15 typed tools are handled for you — connect once and call Mailchimp from any agent or app through a single endpoint.
What you can do with the Mailchimp API
- ✓ Audiences & profiles
- ✓ Campaigns
- ✓ Reports & metrics
- ✓ Token refresh
- — Webhooks (Poll via the campaign/report tools)
Mailchimp MCP tools & scopes
- accounts_
- get · identity
- audiences_
- list · members · add · tags
- campaigns_
- list · create · content · send · schedule
- reports_
- opens · clicks · sends
- templates_
- list
OAuth scopes requested
- Read your account identity
- Read & write audience profiles and lists
- Read & manage campaigns
- Read performance metrics and reports
Connect Mailchimp in your agent
# Add Modiva's MCP server to your agent
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai",
"headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
}
}
}
# Then connect Mailchimp and call its tools, e.g.
accounts_list(provider="mailchimp")Frequently asked questions
How do I connect the Mailchimp API with Modiva?
Create a Modiva account, generate an MCP key, and connect Mailchimp from your dashboard. Modiva runs the full OAuth flow and stores the encrypted token for you — no client secrets in your code.
What can I do with the Mailchimp API through Modiva?
Manage audiences, members and tags, create, send and schedule campaigns, and read performance reports in Mailchimp. You get 15 typed tools grouped by resource (accounts_, audiences_, campaigns_, reports_, templates_), callable over REST or the MCP server.
Do I need to handle OAuth or token refresh myself?
No. Modiva handles the Mailchimp OAuth handshake, token storage (envelope-encrypted) and automatic refresh. You call a single unified endpoint.
Can an AI agent use the Mailchimp API?
Yes — that is the point. Modiva exposes Mailchimp as Model Context Protocol (MCP) tools, so agents like Claude, Cursor or your own app can read and act on Mailchimp through one endpoint.
Mailchimp playbooks & guides
Free, step-by-step playbooks on growing with Mailchimp — what works, plus how to run it with Modiva.