mailchimp

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name MAILCHIMP_TOKEN or zero doctor check-connector --url https://us1.api.mailchimp.com/3.0/ping --method GET

Core APIs

Get Account Info (Ping)

Use this to verify authentication:

curl -s "https://${MC_DC}.api.mailchimp.com/3.0/ping" --header "Authorization: Bearer $MAILCHIMP_TOKEN" | jq '{health_status}'

Get Account Details

curl -s "https://${MC_DC}.api.mailchimp.com/3.0/" --header "Authorization: Bearer $MAILCHIMP_TOKEN" | jq '{account_id, account_name, email, total_subscribers}'
Related skills
Installs
21
GitHub Stars
59
First Seen
Mar 12, 2026