Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Windsurf Workflow Sms

FreeNot checked

Windsurf workflow — real-SIM SMS verification for Cascade via VirtualSMS MCP. Drop-in .windsurfrules, 18 tools, 2000+ services.

GitHubEmbed

About

Windsurf workflow — real-SIM SMS verification for Cascade via VirtualSMS MCP. Drop-in .windsurfrules, 18 tools, 2000+ services.

README

Drop-in .windsurfrules that teaches Cascade when and how to use the VirtualSMS MCP server for account verification, number rentals and proxies.

License: MIT npm version Powered by VirtualSMS MCP Server

What this is

VirtualSMS is an account verification platform for developers and AI agents. It combines one-time SMS verification, dedicated number rentals, matching-country proxies and private cloud browser sessions behind one API, one MCP server and one prepaid balance.

A single .windsurfrules file that activates Cascade's awareness of the VirtualSMS MCP server whenever your agent needs to receive an SMS code, acquire a verification phone number, rent a number, buy a proxy, or launch a cloud browser session. Same virtualsms-mcp npm package that powers Claude, Cursor, Codex, OpenClaw, and 6 other MCP clients.

Carrier-issued mobile numbers across 2500+ services and 145+ countries (growing weekly), 40 MCP tools.

Quick install: Hosted (recommended, zero install)

Paste this into your AI assistant's MCP config:

{
  "mcpServers": {
    "virtualsms": {
      "type": "streamableHttp",
      "url": "https://mcp.virtualsms.io/mcp",
      "headers": { "x-api-key": "vsms_your_api_key_here" }
    }
  }
}

No npm install, no Node.js required on the client. The MCP server runs at mcp.virtualsms.io.

Get your API key at https://virtualsms.io.

Quick install: Local (stdio via npm)

  1. Drop .windsurfrules into your repo root (or fork this repo and reference its raw URL).

  2. Cascade → Settings → MCP servers → add:

    {
      "mcpServers": {
        "virtualsms": {
          "command": "npx",
          "args": ["virtualsms-mcp"],
          "env": { "VIRTUALSMS_API_KEY": "vsms_your_key_here" }
        }
      }
    }
    
  3. Get your API key at https://virtualsms.io (free, no card).

  4. Restart Windsurf. Cascade now knows when to invoke the 40 virtualsms_* tools.

What this gets your agent

  • Receive one-time SMS codes from $0.05: create_order returns number + order id, wait_for_sms returns instantly over WebSocket for interactive flows, or get_sms polls on your own schedule for batch / cron jobs
  • Rent dedicated numbers from 1 to 30 days
  • Buy matching-country residential, mobile and datacenter proxies
  • Launch private cloud browser sessions that work alongside your number and proxy (beta)
  • Find the cheapest available number across 2500+ services and 145+ countries
  • Swap a number that did not deliver: no extra charge
  • Cancel + refund unused orders, one or many
  • Account introspection: balance, transactions, success rate, 30-day spend

Full reference: .windsurfrules.

Numbers

VirtualSMS numbers are carrier-issued mobile numbers, backed by real physical SIM cards on operators like Vodafone, O2 and T-Mobile, not VoIP. Carrier-lookup APIs flag VoIP and eSIM ranges, and services that care, such as Tinder, Discord, WhatsApp, OnlyFans, Hinge and banking apps, can silently reject those numbers. Carrier-issued mobile numbers pass these checks more reliably.

Compatible services

WhatsApp · Telegram · Tinder · Discord · Instagram · Hinge · Bumble · OnlyFans · Snapchat · PayPal · Google · Apple · Facebook · TikTok · Twitter / X · LinkedIn · Uber · Amazon · Netflix · Spotify · GitHub · Coinbase · Kraken · Binance · MEXC · OKX · Bybit · 2500+ more.

Cross-references

License

MIT: see LICENSE.

from github.com/virtualsms-io/windsurf-workflow-sms

Installing Windsurf Workflow Sms

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/virtualsms-io/windsurf-workflow-sms

FAQ

Is Windsurf Workflow Sms MCP free?

Yes, Windsurf Workflow Sms MCP is free — one-click install via Unyly at no cost.

Does Windsurf Workflow Sms need an API key?

No, Windsurf Workflow Sms runs without API keys or environment variables.

Is Windsurf Workflow Sms hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Windsurf Workflow Sms in Claude Desktop, Claude Code or Cursor?

Open Windsurf Workflow Sms on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Windsurf Workflow Sms with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs