Charlie has no dashboard to learn — your AI is the interface. Claude, ChatGPT, or any MCP-capable client connects to one endpoint and gets 13 typed tools: browse templates, check deliverability, import contacts, activate flows, send campaigns. Setup takes about a minute.
https://charlieai.co/mcpX-Charlie-API-Key header
Before any trial or plan, prove the thing that matters: where the mail lands. Test-sends to your own inbox are free forever. Once connected (steps below), say:
Browse Charlie's templates, pick a welcome email that fits my store,
adapt the copy, and send a test to my own inbox.
Then open your inbox and check the tab. That's the product demo. The mechanism behind it is documented, not magic.
https://charlieai.co/mcp..myshopify.com workspace to authorize. Allow.Works in Claude on web, desktop, and mobile, and in Claude Code via claude mcp add --transport http charlie https://charlieai.co/mcp.
https://charlieai.co/mcp.For integrations that can't do OAuth, request an API key from hello@charlieai.co and pass it as a header on every request — no OAuth dance:
curl https://charlieai.co/mcp \
-X POST \
-H 'X-Charlie-API-Key: <your-key>' \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
OAuth discovery for client authors follows the standards:
/.well-known/oauth-authorization-server (RFC 8414) and
/.well-known/oauth-protected-resource (RFC 9728).
| Free (read scope) | Trial / paid (write scope) |
|---|---|
| Browse & search all 448 templates | Send campaigns |
| Read the four flow blueprints | Activate / pause flows |
| Check workspace status & deliverability | Create / import contacts |
| Review campaign history | |
| Test-sends to your own inbox |
Every write call is recorded in an audit log — you can always see what your AI did, when, with which token. Full tool reference: MCP docs.
Home · Template library · FAQ · How sending works · Pricing · Migrate from Klaviyo · MCP · vs Klaviyo · vs Mailchimp · vs Omnisend · Privacy · DPA · Terms