MCP server providing carrier-issued virtual phone numbers, SMS verification, proxies, and cloud browsers for AI-driven account verification.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
virtualsms_list_proxy_catalogList available proxy pool types, countries, and price-per-GB. Use this before buying proxy traffic.
virtualsms_list_proxiesList all proxies on your account with remaining GB and login credentials. Returns proxy_id values for use with get_proxy_usage, rotate_proxy, set_proxy_targeting, and generate_proxy_endpoint.
virtualsms_buy_proxyPurchase proxy traffic (GB) for a selected pool type. Returns proxy credentials and remaining balance. country_code here is only a soft preference for provisioning. For actual per-connection targeting (country/state/city/zip/asn) or a ready-to-use connection string, use virtualsms_generate_proxy_endpoint after buying. To persist a default targeting on the sub-user, use virtualsms_set_proxy_targeting.
virtualsms_rotate_proxyRequest a fresh IP for an existing proxy. Useful when an endpoint flags the current exit IP.
virtualsms_get_proxy_usageGet cached GB used/remaining and request count for one proxy. Cheap, no upstream call. Reads a cached value refreshed every ~5 minutes.
virtualsms_get_proxy_usage_historyGet a per-day traffic (GB) and request-count series for one proxy over the last 7 or 30 days.
Quick links: Quickstart Ā· Why VirtualSMS Ā· What you can build Ā· Tools Ā· Questions Ā· Examples Ā· Changelog Ā· Security policy Ā· Status
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.
Infrastructure for AI agents that need real-world phone verification.
The numbers are carrier-issued mobile numbers, backed by real physical SIM cards on carrier networks, not VoIP, which is why they pass the line-type checks that reject VoIP numbers at signup.
From one prepaid balance you can:
All four work together from one prepaid balance, one API and one dashboard. Use only the pieces you need, or combine them into a single verification workflow.
Most providers solve one piece of the verification workflow. VirtualSMS combines numbers, rentals, proxies and cloud browser sessions behind one API, SDKs and an MCP server, so you use only the pieces you need or combine them into one workflow.
VirtualSMS can be used by individuals manually, integrated into applications with SDKs and APIs, or driven by AI agents through MCP. Use the platform through a REST API, official SDKs for Node, Python, PHP, Ruby and .NET, a hosted MCP server, or automation tools like n8n.
This server exposes that platform to any MCP client. Built for AI agents. Designed for agentic workflows. Works with Claude Code, Claude Desktop, Cursor, Windsurf and every MCP-compatible client, with no wrapper code to write.
Paste this into your MCP client's config. Nothing to install, no Node.js required on the client:
Get an API key at virtualsms.io. Then ask your agent:
"Buy me a Telegram number in the cheapest country and wait for the code."
Prefer to run it locally over stdio instead:
Verifying an account should not mean stitching together numbers from one provider, proxies from another, and browser sessions from a third: multiple accounts, multiple balances and APIs, and support spread across vendors. VirtualSMS brings those pieces together behind one balance, one API and one MCP server.
VirtualSMS combines all three under one account, and gives you one way to drive them:
https://mcp.virtualsms.io/mcp.Everything below expands on those six.
Concrete jobs this server does today. Every one is a plain-English request your agent turns into tool calls:
| You want to | Ask your agent | Tools it uses |
|---|---|---|
| Verify a WhatsApp account from Claude Code | "Get me a WhatsApp code on a UK number" | create_order ā wait_for_sms |
| Create a Telegram account from Cursor | "Buy a Telegram number in the cheapest country and wait for the code" | find_cheapest ā create_order ā wait_for_sms |
| Retrieve verification codes automatically | "Wait for the code and paste it into the form" | wait_for_sms |
| Test OTP flows during QA | "Run the signup flow ten times and report which codes landed" | create_order ā wait_for_sms ā cancel_order |
| Provision temporary numbers during CI | "Give the test suite a fresh number, then release it" | create_order ā get_sms ā cancel_order |
| Keep a number for a week | "Rent me a British number for 7 days" | rentals_available ā create_rental |
| Make the number and the IP agree | "Buy a UK proxy to match my UK number" | list_proxy_catalog ā buy_proxy ā generate_proxy_endpoint |
| Screen a number before you trust it | "Is this number VoIP?" | check_number (no API key required) |
| Recover a number that went quiet | "That number never got the code, swap it" | swap_number |
Runnable versions of the first two live in examples/.
Every client runs the same npx virtualsms-mcp stdio command. Only the file location and format differ. The hosted config above works anywhere streamableHttp is supported and is the recommended path.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Quit and reopen Claude Desktop. A drop-in config plus a worked transcript lives in examples/03-claude-desktop-config/.
Edit ~/.cursor/mcp.json:
Edit ~/.codeium/windsurf/mcp_config.json:
Edit ~/.openclaw/mcp.json:
Edit ~/.codex/config.toml:
Edit your Hermes MCP config:
Open the Cline MCP settings panel and add:
Edit ~/.config/zed/settings.json:
Edit ~/.continue/config.yaml:
Yes, via ChatGPT's Developer Mode. Open Settings, turn on Developer mode, then add https://mcp.virtualsms.io/mcp as a custom connector (Plus, Pro, Business, Enterprise and Edu plans; not available on the free tier). Setup is a URL paste rather than a config file, so it differs from the client setups above. ChatGPT only connects to remote MCP servers over SSE or streaming HTTP, so use the hosted endpoint, not the local stdio command. The REST API is still there if you would rather build a custom GPT or Action instead.
| Variable | Required | Default | Description |
|---|---|---|---|
VIRTUALSMS_API_KEY | Yes, for account tools | none | Your VirtualSMS API key. Keys carry a vsms_ prefix |
VIRTUALSMS_BASE_URL | No | https://virtualsms.io | API base URL |
VIRTUALSMS_ENABLE_SESSIONS | No | off | Serves 3 additional session-drive tools when set to 1, true or yes. Off by default |
VIRTUALSMS_ENABLE_RELEASE | No | off | Serves the early-release rental tool when set to 1, true or yes. Off by default while its refund terms are being settled |
40 tools by default. Set VIRTUALSMS_ENABLE_SESSIONS=1 to expose 3 more.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/virtualsms-io-mcp-server)<a href="https://allmcps.com/mcp/virtualsms-io-mcp-server"><img src="https://allmcps.com/api/badge/virtualsms-io-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>