Carrier
Sign in
Developer Documentation

Build with Carrier MCP

103 tools. 5 prompts. OAuth 2.1 + PKCE. One API your AI can talk to — every eSIM, subscriber, package, and network event.

Search docs… (coming soon)

Quick start

Pick your AI client. Paste the snippet. Authenticate once via OAuth.

Claude Desktop

{
  "mcpServers": {
    "carrier": {
      "command": "npx",
      "args": ["-y", "@carrierllc/mcp"]
    }
  }
}

Claude Code

claude mcp add --transport http carrier https://mcp.carrier.llc/mcp

Cursor / Windsurf

{
  "mcpServers": {
    "carrier": {
      "command": "npx",
      "args": ["-y", "@carrierllc/mcp"]
    }
  }
}

Smithery

npx -y @smithery/cli install @carrierllc/mcp --client claude
After installing, type Run fleet_health_report in Claude to verify everything is connected.

Authentication

Carrier uses OAuth 2.1 with PKCE. The flow:

  1. 01Your AI client initiates an OAuth flow to mcp.carrier.llc/oauth/authorize
  2. 02You log in and paste your eSIMVault API token. Carrier encrypts it and stores it in the CARRIER_USERS KV namespace — bound to your session.
  3. 03All subsequent tool calls use your stored token. Carrier never holds a shared OCS credential.

Carrier does not store your eSIMVault password — only the API token you explicitly provide. You can revoke access at any time by rotating your token.