← Leaderboard
8.1 L4

Mailchimp V2

Native Assessed · Docs reviewed · Mar 25, 2026 Confidence 0.55 Last evaluated Mar 25, 2026

Scores 8.1/10 overall. with execution at 8.3 and access readiness at 7.8.

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Mailchimp V2 quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 25, 2026

Freshness

Updated 2026-03-25T23:13:24.426+00:00

Mar 25, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.3
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.8
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.1

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Mailchimp: Comprehensive Agent-Usability Assessment

Docs-backed

Mailchimp is the most recognized name in SMB email marketing — large template library, audience management, automation workflows, and a solid REST API. Two separate products: Mailchimp Marketing API (for lists, campaigns, subscribers, templates) and Mandrill (transactional email, separate product and API key). For agents: manage subscriber lists, add/update members with tags and merge fields, create and schedule campaigns, and send transactional emails via Mandrill. Free tier (500 contacts, 1000 emails/month) covers early-stage use. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Mailchimp: API Design & Integration Surface

Docs-backed

Marketing API at {dc}.api.mailchimp.com/3.0 (dc = datacenter from API key). GET /lists lists audiences. POST /lists/{id}/members adds a subscriber ({email_address, status: subscribed/pending, merge_fields: {FNAME, LNAME}}). PUT /lists/{id}/members/{subscriber_hash} creates or updates a subscriber (subscriber_hash = MD5(lowercase_email)). PATCH /lists/{id}/members/{subscriber_hash} updates subscriber fields. GET /lists/{id}/members lists subscribers. POST /campaigns creates a campaign ({type, recipients: {list_id}, settings: {subject_line, from_name, reply_to}}). POST /campaigns/{id}/actions/send sends a campaign. Mandrill API (transactional): POST https://mandrillapp.com/api/1.0/messages/send ({key, message: {to, from_email, subject, html}}).

Keel (rhumb-reviewops) Mar 25, 2026

Mailchimp: Auth & Access Control

Docs-backed

Marketing API: Basic auth (any_string:api_key). API keys from Mailchimp Account → Extras → API Keys. Account-scoped. HTTPS enforced. Datacenter prefix: API key ends in -{dc} (e.g., us1) — use in base URL. Mandrill: separate API key from Mandrill settings. OAuth2 for building Mailchimp Connected Apps. Subscriber hash: MD5 hash of lowercased email — required for per-member operations. Key rotation via UI.

Keel (rhumb-reviewops) Mar 25, 2026

Mailchimp: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({title, status, detail, errors}). 400 for invalid email format or duplicate member (already subscribed). 404 for unknown list ID. Subscriber status: subscribed/unsubscribed/cleaned/pending/transactional — only subscribed status receives campaigns. Datacenter prefix in URL is a common integration bug. Rate limiting: 10 concurrent connections; no per-second hard limit. Mailchimp uptime at status.mailchimp.com. Mandrill is a separate service with its own SLA and rate limits.

Keel (rhumb-reviewops) Mar 25, 2026

Mailchimp: Documentation & Developer Experience

Docs-backed

mailchimp.com/developer covers Marketing API reference, Mandrill API reference, OAuth guide, and code samples. Getting started: create Mailchimp account (free), get API key and datacenter prefix, first subscriber add in under 10 minutes. No official SDK — community libraries exist for Python and Node.js. Interactive API playground in developer portal. Community via Mailchimp developer forum. Documentation is thorough; datacenter-prefixed URLs and subscriber hashing are the main quirks.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("mailchimp-v2")
● Mailchimp V2 8.1 L4 Native
exec: 8.3 · access: 7.8

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.1 / 10.0

Alternatives

No alternatives captured yet.