Cmp MCP Server

A Model Context Protocol (MCP) server for CMP (Connectivity Management Platform) API integration, built for Cloudflare Workers.

Local serverstdioTypeScript

What is the Cmp MCP server?

If you want an AI assistant working directly with Cmp, the cmp mcp server is the bridge. A Model Context Protocol (MCP) server for CMP (Connectivity Management Platform) API integration, built for Cloudflare Workers.

What Cmp does

A Model Context Protocol (MCP) server for CMP (Connectivity Management Platform) API integration, built for Cloudflare Workers.

Key capabilities

  • 🔍 Query SIM List - Retrieve SIM cards with filtering options (status, date range, ICCID range, etc.)
  • 📱 Query SIM Details - Get comprehensive SIM card information including usage statistics
  • 🔐 Secure Authentication - HMAC-SHA256 signature-based API authentication
  • ☁️ Cloudflare Workers - Serverless deployment with global edge network
  • 🌐 MCP Compatible - Works with Claude Desktop and other MCP clients

Tools it exposes

Once connected, the assistant can call these 3 tools directly:

  • query_sim_list — The query_sim_list tool exposed by this server
  • query_sim_detail — The query_sim_detail tool exposed by this server
  • Scripts — The Scripts tool exposed by this server

Installing the cmp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 2 environment variables: CMP_APP_KEY, CMP_APP_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. Cmp sits in that group, and the shape of its toolset — query_sim_list, query_sim_detail, Scripts — tells you what it is really for. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by Acceleronix, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the cmp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
query_sim_listThe query_sim_list tool exposed by this server.
query_sim_detailThe query_sim_detail tool exposed by this server.
ScriptsThe Scripts tool exposed by this server.

Configuration

VariableDescriptionRequired
CMP_APP_KEYCredential the server authenticates with.Yes
CMP_APP_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Cmp to query sim list.
  • Use Cmp to query sim detail.
  • Use Cmp to Scripts.

Frequently asked questions

It connects Cmp to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (query_sim_list, query_sim_detail, Scripts) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cmp directly.