HomeCommunication › mcp

mcp

Virtual phone numbers for AI agents — rent numbers in 200+ countries, receive SMS.

TypeScript CloudLocal Remote
★ 4 stars Last pushed 2026-09-09 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.platfone.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.platfone.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.platfone.com/mcp"
    }
  }
}

Package (npm 1.1.8)

npx -y @platfone/mcp@1.1.8

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@platfone/mcp@1.1.8"
      ],
      "env": {
        "PLATFONE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PLATFONE_API_KEY required secret — Your Platfone API key from https://platfone.com/app/api

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry