The list call carries enough filters — state, expiry window, ICCID range, plan, label — that most operational questions about a connectivity estate are one call, and the detail call adds usage for whichever card the answer points at.
A server over the CMP (Connectivity Management Platform) API that queries a SIM estate: a filtered list, and the full record for one card.
- SIM cards listed with paging, so a large estate comes back in readable pieces
- Filters by state — pre-activation, test, silent, standby, active, shutdown, pause, pre-logout and logout
- Filters by expiration date range, ICCID range, label, SIM type and enterprise data plan
- The full record for one ICCID, including its usage statistics
- Requests signed with HMAC-SHA256 against the CMP API
An application key and secret. The server runs on Cloudflare Workers, where those values are set as secrets; the CMP endpoint is already configured in the deployment.
One command plus a key — npx mcp-remote https://your-cmp-server.workers.dev/sse, then supply credentials
