Labsco
MCP SERVER

CMP MCP Server

by Acceleronix

Ask about the SIM cards in a Connectivity Management Platform fleet — which are active, which expire when, and what one of them has used.

Network, Endpoint & Fleet Management
Summary
Fleet questions about SIM cards, answered without building the query yourself.

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.

What it is

A server over the CMP (Connectivity Management Platform) API that queries a SIM estate: a filtered list, and the full record for one card.

What you get
  • 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
Requirements

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.

Setup effort

One command plus a key — npx mcp-remote https://your-cmp-server.workers.dev/sse, then supply credentials