MCP Server
Carrier MCP runs at mcp.carrier.llc
A Cloudflare Worker exposing 103 MCP tools over StreamableHTTP. Each session is bound to a Durable Object — stateful, low-latency, globally distributed.
Server details
- Transport
- StreamableHTTP (MCP 2025-03-26 spec)
- Runtime
- Cloudflare Workers + Durable Objects
- Auth
- OAuth 2.1 + PKCE, per-user token vault
- Session state
- Durable Object (CarrierMcpAgent)
- Tools
- 103 (43 OCS + 8 AI + 10 Stripe + 18 UI + 10 pricing + 14 routing/scheduling)
- Prompts
- 5 pre-built workflow prompts
- Scope gates
- read (Free) · write (Pro) · admin (Enterprise)
- Audit log
- Analytics Engine dataset carrier_mcp_audit
Install snippets
Claude Desktop
{
"mcpServers": {
"carrier": {
"command": "npx",
"args": ["-y", "@carrierllc/mcp"]
}
}
}Claude Code
claude mcp add --transport http carrier https://mcp.carrier.llc/mcpDirect URL (StreamableHTTP)
https://mcp.carrier.llc/mcpThe canonical URL is https://mcp.carrier.llc/mcp. stdio transport is available via @carrierllc/mcp on npm — the package proxies to the hosted server and handles auth locally.