The XOXO MCP server exposes everything in the REST API as tools that AI assistants like Claude and ChatGPT can call directly. Ask your assistant to draft a campaign, import subscribers from a spreadsheet, or build a segment — it picks the right tools and runs them against your account.Documentation Index
Fetch the complete documentation index at: https://help.xoxo.email/llms.txt
Use this file to discover all available pages before exploring further.
Server details
Endpoint
https://mcp.xoxo.emailTransport
Streamable HTTP, JSON-RPC 2.0
Protocol version
2025-06-18Authentication
Bearer token
Authentication
The MCP server uses the same bearer tokens as the REST API. Get one in Settings → Apps and pass it in theAuthorization header on every request.
Connect a client
- Claude Desktop
- ChatGPT
- Raw JSON-RPC
Add a custom connector
Click Add custom connector and fill in:
- Name:
XOXO - Server URL:
https://mcp.xoxo.email - Authentication:
Bearer token - Token: paste your XOXO API key
list_subscribers and return real data from your account.
Rate limits
Requests are rate limited per API key. When you exceed the limit, the server responds with429 Too Many Requests. Back off and retry after a short delay.