Mailchimp scriptable from the shell.
List audiences, members, segments, campaigns and automations, pull open/click reports, and create or send campaigns in Mailchimp — from Bash over the Mailchimp MCP. The Marketing API without wrangling the data-center prefix on every request.
cogny --who
TWO PATHSReading Mailchimp campaign reports or syncing a segment means clicking through the dashboard tab by tab. The CLI returns reports and member lists as JSON, and lets you add members or send a campaign in one scriptable call. Connect Mailchimp once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Mailchimp tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Mailchimp MCP. Send --input JSON, get JSON back.
mcp__Mailchimp__tool_get_reportOpen/click/bounce report for a sent campaign.mcp__Mailchimp__tool_list_audiencesList audiences (lists) with member counts.mcp__Mailchimp__tool_add_memberAdd a subscriber to an audience.cogny tools list
MOREA sample of the rest of the Mailchimp surface. Run cogny tools list --json for every tool and its input schema.
mcp__Mailchimp__tool_get_account_infomcp__Mailchimp__tool_list_campaignsmcp__Mailchimp__tool_create_campaignmcp__Mailchimp__tool_send_campaignmcp__Mailchimp__tool_list_membersmcp__Mailchimp__tool_list_segmentsmcp__Mailchimp__tool_create_segmentmcp__Mailchimp__tool_list_automationsmcp__Mailchimp__tool_get_report_click_detailscogny --faq
No — it is the Cogny CLI calling the Mailchimp MCP over the cogny-mcp-proxy. You connect your Mailchimp API key once inside Cogny; the proxy handles the data-center prefix and auth for you.
Both. The Mailchimp MCP exposes read tools (campaigns, reports, audiences, members, segments) and write tools (create/update/send campaigns, add members, build segments).
Yes. `npx @cogny/cli init` issues a key, then `cogny tools call mcp__Mailchimp__tool_get_report --input ...` works from any shell — no /mcp wiring or restart needed.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt