Mailchimp
Mailchimp Marketing API v3.0 for audience and campaign data
2 tools available
Installation
Claude Desktop
{
"mcpServers": {
"hopkin-mailchimp": {
"url": "https://mailchimp.mcp.hopkin.ai",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
CLI
npm install -g @hopkin/cli
hopkin auth set-key hpk_live_...
hopkin mailchimp ping
Tools
Uncategorized
mailchimp_ping Ping Mailchimp MCP Server
Read-onlyIdempotent
Health check for the Mailchimp MCP server. Does not call the Mailchimp API.
| Parameter | Type | Description |
|---|---|---|
entity_type required | string | Type of ad entity: ad_account, campaign, ad_set, or ad |
entity_id required | string | The platform entity ID |
key required | string | The preference key to delete |
reason required | string | Why this tool call is needed |
preferences
mailchimp_get_preferences Get Mailchimp Preferences
Read-onlyIdempotent
Get all stored preferences for a Mailchimp entity. Preferences are also automatically attached to entity-listing responses, so you often don't need to call this explicitly.
| Parameter | Type | Description |
|---|---|---|
entity_type required | string | Type of ad entity: ad_account, campaign, ad_set, or ad |
entity_id required | string | The platform entity ID |
key required | string | The preference key to delete |
reason required | string | Why this tool call is needed |