For developers & agencies

Manage your site from Claude, Cursor, or any AI tool.

Every AllTheAnts site is an MCP server. Connect your AI assistant and edit pages, write posts, add products, and check orders — in plain English, from the tools you already work in.

Connect in under a minute

Create an API key in your site admin (Users → your user → Enable API Key), then add your site to your AI client. Works with anything that speaks MCP — Claude Code, Claude Desktop, Cursor, and more.

Claude Code

claude mcp add mysite --transport http https://yoursite.com/api/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Claude Desktop / Cursor

{
  "mcpServers": {
    "mysite": {
      "type": "http",
      "url": "https://yoursite.com/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Then just ask: "add a summer-sale coupon, 15% off, ends August 31" — or "draft a blog post about our new collection and show me before publishing."

What your AI can do

Content

List, read, create, and edit pages and blog posts. Update navigation and site details. Pull images straight into your media library.

Commerce

Add and update products and categories, create discount coupons, and review recent orders — without opening the admin.

Safe by design

Every edit lands as a draft first — nothing goes live until an explicit publish. Keys inherit your user's permissions, and orders are read-only.

Built on open standards

MCP (Model Context Protocol) is the open standard AI tools use to talk to the outside world. Your site speaks it natively — no plugins, no third-party bridge, no extra service holding your credentials. The endpoint lives on your own site at /api/mcp.

API keys are per-user and revocable at any time. Access follows your role — an editor key can edit content but can't touch users or settings.

Running client sites?

Fleet-level MCP is coming to the Agency plan: list every client site, spin up new ones, kick off AI redesigns, and jump into any admin — all from one AI session. Talk to us if you want early access.

Your site, on the other end of your AI.

MCP access is included on the Growth plan and above.