HomeCommunication › mcp-server

mcp-server

Real SIM numbers for AI agents: SMS verification, rentals, proxies, cloud browser, x402 deposits.

TypeScript Cloud Remote
★ 8 stars Last pushed 2026-09-23 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.virtualsms.io/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://mcp.virtualsms.io/mcp --header "x-api-key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.virtualsms.io/mcp",
      "headers": {
        "x-api-key": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-api-key required secret — Your VirtualSMS API key from virtualsms.io

Package (npm 1.3.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "VIRTUALSMS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • VIRTUALSMS_API_KEY required secret — Your VirtualSMS API key from virtualsms.io

Related servers

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

Data from the Official MCP Registry