πŸ“ What Is It?

The Platfone MCP Server is a Model Context Protocol server that exposes the Platfone SMS Activation API as MCP tools. This makes Platfone accessible from any MCP-compatible AI client β€” Claude, VS Code Copilot, Cursor, Windsurf, Codex, and more.

Instead of writing API calls manually, you can simply ask your AI assistant:

“Get me a phone number for Telegram in the United States and wait for the SMS code”

The AI agent will call the appropriate MCP tools automatically.


πŸ”‘ Key Features

  • Full SMS activation lifecycle β€” browse countries and services, order a number, retrieve the SMS code, retry, or cancel
  • Name resolution β€” order_number accepts human-readable names (“United States”, “Telegram”) and auto-resolves to IDs
  • Dual transport β€” stdio (local) and http (remote) from a single codebase
  • API key auth β€” works with your existing Platfone API key

πŸ—οΈ How It Works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”       MCP Protocol        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”       HTTPS       β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   AI Client      β”‚ ◄──────────────────────► β”‚  Platfone MCP    β”‚ ◄──────────────► β”‚  Platfone API    β”‚
β”‚ (Claude, Copilot β”‚       stdio / HTTP        β”‚  Server          β”‚                   β”‚  Backend         β”‚
β”‚  Codex, etc.)    β”‚                           β”‚  @platfone/mcp   β”‚                   β”‚                  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                           β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  1. Your AI client connects to the Platfone MCP server via stdio (local process) or HTTP (remote endpoint)
  2. The AI discovers available tools (list_countries, order_number, check_sms, etc.)
  3. When you ask for an SMS activation, the AI calls the right tools in sequence
  4. The MCP server translates tool calls into Platfone API requests and returns results

▢️ Next Steps

Tools Reference

Explore all 6 MCP tools and their parameters

Setup & Configuration

Step-by-step guide for Claude, VS Code Copilot, Cursor, Windsurf, HTTP, and more