Book a Demo
JaxSuite logoJaxSuite
MCP · Model Context Protocol

Connect your
AI agent
to JaxSuite.

Give Claude, Cursor, or any MCP-compatible client direct access to your campaigns, content, settings, contacts, and deliverability data: one API token, 27 tools, zero context switching.

What your agent can do

27 tools, live in production

Every tool below is shipped and running against the same campaign, content, and contacts engine that powers the JaxSuite dashboard.

Campaign Lifecycle

Create, list, inspect, pause, resume, schedule, and delete campaigns without leaving your agent.

List CampaignsGet CampaignCreate CampaignPause CampaignResume CampaignDelete CampaignSchedule CampaignGet Campaign Schedule

Content Writing

Write, read back, or surgically patch multi-step, multi-variant email content, with personalization, spintax, and unsubscribe links included, mirroring the campaign editor.

Write Campaign ContentUpdate Campaign Step ContentGet Campaign Content

Campaign Settings

Read or patch tracking, send pacing, bounce protection, ESP routing, and scheduled reports for a campaign.

Get Campaign SettingsUpdate Campaign Settings

Contacts

Create, list, fetch, update, and remove the contacts attached to a campaign, straight from your agent.

Upload ContactsList Campaign ContactsGet Campaign ContactsUpdate Campaign ContactsRemove Campaign Contacts

Sending Accounts

Discover the mailboxes and tags your token can use, read what a campaign sends from, and attach or detach a single sender without resending the whole set.

List Email AccountsList Email Account TagsGet Campaign Sending AccountsAdd Campaign Sending AccountsRemove Campaign Sending AccountsUpdate Campaign Sending Accounts

Deliverability & Analytics

Pull performance stats and check spam risk or sender health before and after you send.

Get Campaign AnalyticsCheck Content DeliverabilityGet Campaign Sender Health
Setup

Three steps to your first tool call

  1. 1

    Generate an API token

    From Settings → API in your JaxSuite dashboard, create a token scoped to your team or workspace.

  2. 2

    Add the config to your MCP client

    Paste the snippet below into your client’s MCP configuration (Claude Code, Claude Desktop, Cursor, and any other streamable-HTTP client work out of the box).

  3. 3

    Start calling tools

    Your agent can now list, create, and manage campaigns, write content, upload contacts, and pull deliverability data — rate-limited to 20 calls/hour and 100/day per token.

{
  "mcpServers": {
    "jaxsuite": {
      "type": "streamableHttp",
      "url": "https://www.jaxsuite.com/api/v1/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_API_TOKEN>"
      }
    }
  }
}
FAQ

Frequently asked questions

Everything shown above: create, list, get, pause, resume, schedule, and delete campaigns; write, read back, and patch multi-step/multi-variant email content; read a campaign schedule; read and update campaign settings (tracking, send pacing, bounce protection, ESP routing); upload, list, update, and remove contacts; list the mailboxes and tags your token can use, see what a campaign sends from, and attach or detach a single sender; and pull analytics, spam-risk checks, and sender-health data. All 27 tools run against the same engine as the JaxSuite dashboard.

Your agent shouldn't need
a browser tab open.

Generate an API token and connect your MCP client in under five minutes.

27 tools · Claude, Cursor & any streamable-HTTP MCP client · rate-limited & workspace-scoped