Skip to content

Releases: virtualsms-io/mcp-server

v1.1.1 — docs + metadata polish

24 Apr 18:27

Choose a tag to compare

VirtualSMS MCP Server v1.1.1 — docs + metadata polish

Non-breaking patch release. No tool changes, no API changes. Pure documentation and metadata alignment.

What changed

README:

  • Added 10 MCP client config blocks (was 2): Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, Codex, Hermes, Cline, Zed, Continue
  • Unified counts across the doc: 2000+ services (was inconsistent "200+/500+") and 145+ countries (was overstated "200+")
  • Added trust signal: "Ranked #1 in ChatGPT's SMS verification MCP category · verified 2026-04-25"
  • Front-loaded real-SIM differentiator in opening paragraph
  • Added ChatGPT FAQ entry (explains ChatGPT isn't MCP-compatible natively)
  • Disambiguated check_sms (batch/cron polling) vs wait_for_code (WebSocket interactive) use cases
  • Fixed Crash Recovery section bug: active_orders()list_active_orders()
  • Removed stale "Number Rentals (Coming Soon)" placeholder

Metadata:

  • Expanded keywords: 20 → 38 (added real-sim, otp, otp-verification, 2fa, anthropic, openai, claude-mcp, cursor-mcp, windsurf, windsurf-mcp, codex, codex-mcp, hermes, cline, zed, continue-dev, openclaw, sms-activate-alternative)
  • Description rewritten with real-SIM emphasis, correct counts, 9-client list, #1 ChatGPT ranking
  • Homepage URL updated: https://virtualsms.iohttps://virtualsms.io/mcp

Install

```bash
npm install -g virtualsms-mcp@1.1.1
```

v1.1.0 and v1.1.1 are functionally identical. v1.1.1 simply exposes the 18-tool capability more clearly to humans and AI crawlers.

v1.1.0 — 18 tools + backend endpoints + 120 req/min rate limit

24 Apr 18:09
ec232ab

Choose a tag to compare

VirtualSMS MCP Server v1.1.0

Ranked #1 in ChatGPT's SMS verification MCP category · verified 2026-04-25

New tools (6 added, 12 → 18 total)

Account (3 new):

  • get_profile — full account profile (email, Telegram link, balance, lifetime spend, active API keys)
  • get_stats — usage stats (orders, success rate, spend, top services/countries, status breakdown)
  • get_transactions — transaction history with type/date/pagination filters

Orders (3 new):

  • get_order — full order detail for a given order_id
  • cancel_all_orders — bulk cancel across active orders
  • order_history — past orders with status/service/country/since_days filters

Backend changes

  • Added GET /api/v1/customer/profile and GET /api/v1/customer/transactions endpoints (X-API-Key auth)
  • Rate limit bumped to 120 req/min (was 10 req/min)

Unique differentiators (vs competitor MCPs)

  • find_cheapest ⭐ — find cheapest countries for a service
  • search_service ⭐ — natural-language service search
  • swap_number ⭐ — exchange number without extra charge
  • wait_for_code ⭐ — WebSocket-backed instant SMS delivery

Coverage

  • 2000+ services (WhatsApp, Telegram, Google, Instagram, Uber, and more)
  • 145+ countries (growing weekly)
  • 10 MCP clients supported: Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, Codex, Hermes, Cline, Zed, Continue

Install

```bash
npm install -g virtualsms-mcp@1.1.0
```

Or run without installing:
```bash
npx virtualsms-mcp
```

Get your API key at virtualsms.io.

Full tool list

See README.md for the complete 18-tool reference with per-client config examples.

v1.0.8

20 Mar 14:11

Choose a tag to compare

VirtualSMS MCP Server v1.0.8

MCP server for VirtualSMS — receive SMS verification codes with AI agents.

Features

  • Get available countries and services
  • Rent virtual phone numbers
  • Receive SMS verification codes
  • Cancel numbers and get refunds
  • Support for 200+ services (WhatsApp, Telegram, Google, and more)

Installation

npm install -g virtualsms-mcp

Docker

docker build -t virtualsms-mcp .
docker run virtualsms-mcp