Skip to main content
The connector URL is https://mcp.atlas.kitchen. Pick your assistant below

Claude.ai

In Claude, go to Settings → Connectors → Add custom connector
Name: Atlas
URL: https://mcp.atlas.kitchen
When you save, Claude will send you to Atlas to choose which merchant to connect and approve access. Once approved, ask Claude anything about your operations

ChatGPT

In ChatGPT, go to Settings → Connectors → Add custom connector
Name: Atlas
URL: https://mcp.atlas.kitchen
Authentication: OAuth
ChatGPT will send you to Atlas to approve access, then you’re ready to ask questions

Claude Code

claude mcp add --transport http atlas https://mcp.atlas.kitchen \
  --header "X-Api-Key: YOUR_API_TOKEN" \
  --header "X-Merchant-Id: YOUR_MERCHANT_ID"

Codex

Add to ~/.codex/config.toml:
[mcp_servers.atlas]
url = "https://mcp.atlas.kitchen"
http_headers = { "X-Api-Key" = "YOUR_API_TOKEN", "X-Merchant-Id" = "YOUR_MERCHANT_ID" }

Gemini CLI

Add to ~/.gemini/settings.json. Use httpUrl (streamable HTTP) — not url, which is for SSE:
{
  "mcpServers": {
    "atlas": {
      "httpUrl": "https://mcp.atlas.kitchen",
      "headers": {
        "X-Api-Key": "YOUR_API_TOKEN",
        "X-Merchant-Id": "YOUR_MERCHANT_ID"
      }
    }
  }
}

Other clients

SettingValue
URLhttps://mcp.atlas.kitchen
TransportStreamable HTTP
HeadersX-Api-Key, X-Merchant-Id
Need an API token? See Authentication