mcp.carrier.llc — 122 tools, zero dashboards

Your eSIM fleet, in plain English.

122 type-safe MCP tools give Claude, Cursor, or Windsurf direct control of your MVNO. Subscribers, packages, analytics, and revenue — no clicking required.

One API · Every Network · Anywhere in the World

“We replaced eight dashboards with one prompt.” — first paying customer

Stop clicking dashboards.

The Model Context Protocol server that turns your eSIM ops into a conversation.

Tools

122 MCP tools

Every OCS operation — subscribers, packages, analytics, billing, network — exposed as 122 type-safe tools with Zod validation.

Security

Safe by default

Destructive tools annotated. Per-user token vault — the server never holds a shared credential. Read-only on Free tier.

Clients

Any MCP client

Claude Desktop, Claude Code, Cursor, Windsurf, or stdio. One JSON config block, any AI.

Deploy

Ship in an afternoon

No SDK. No integrations team. Stateless Cloudflare Worker — horizontally scalable, zero cold-start penalty.

Live in two minutes.

One command in Claude Code — no config file required.

Recommended — hosted HTTP (Claude Code)
$ claude mcp add --transport http carrier https://mcp.carrier.llc/mcp
Zero local deps: Connects directly to the Carrier MCP server at https://mcp.carrier.llc/mcp. Sign up at app.carrier.llc to get your API token.
Alternative: local install (Claude Desktop / Cursor / Windsurf)
{
  "mcpServers": {
    "carrier": {
      "command": "npx",
      "args": ["-y", "@carrierllc/mcp"],
      "env": {
        "CARRIER_OCS_API_TOKEN": "<your-token>"
      }
    }
  }
}

122 tools. Six categories.

Every OCS operation exposed as a type-safe MCP tool with Zod validation and structured error handling.

OCS API wrappers

Every eSIMVault OCS operation — v1 core methods plus v1.1 backlog — as type-safe tools.

AI intelligence composites

Server-side aggregations: churn risk, fleet health, anomaly detection, package optimization.

Stripe Connect & Radar

Connected accounts, payouts, disputes, and fraud signals for operator billing.

UI & utility tools

Interactive dashboards, wizards, webhooks, and fleet ops utilities.

Pricing & project tools

Credits, billing thresholds, pricing plans, and projects.dev provisioning.

NL routing, scheduling & apps

carrier_ask routing, scheduled jobs, MCP apps, and natural-language orchestration.