SV Number MCP Server
OfficialThis server enables automated SMS verification workflows by providing temporary phone numbers and managing activations. Capabilities include: checking account balance; listing available countries and services with pricing and delivery rates; ordering a private temporary number for a specific service and country; automatically polling and retrieving SMS verification codes; marking activations as complete or canceling for a refund; requesting an additional SMS on the same number; and locally generating TOTP authenticator codes (RFC 6238) using a Base32 secret. Note: it is exclusively for receiving verification codes, not for sending SMS or calls, and is not intended for banking, payment, or government accounts. A funded API key is required.
Allows ordering a temporary phone number to receive SMS verification codes from Airbnb, with automatic code retrieval.
Allows ordering a temporary phone number to receive SMS verification codes from Coinbase, with automatic code retrieval.
Allows ordering a temporary phone number to receive SMS verification codes from Discord, with automatic code retrieval.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SV Number MCP ServerGet a verification code for Telegram using an Indonesian number."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SV Number MCP server
Phone numbers as tools. Your agent orders a private number in the country a service expects, reads the SMS verification code straight from the API, and hands the number back. Nine tools over stdio, no SDK to learn.
order_number(service="tg", country=6) -> +62 838 1234 5678
wait_for_code(activationId) -> 123456
finish_activation(activationId) -> doneInstall
Claude Code:
claude mcp add sv-number --env SVN_API_KEY=your_key_here -- npx -y sv-number-mcpAnything that reads a JSON config (Codex, Cursor, Claude Desktop):
{
"mcpServers": {
"sv-number": {
"command": "npx",
"args": ["-y", "sv-number-mcp"],
"env": { "SVN_API_KEY": "your_key_here" }
}
}
}The key comes from your profile after signup. The balance has to be funded: there is no free tier on this API. The key is read from the environment and never leaves the process, no tool returns it and no error message quotes it.
Related MCP server: agentsim-mcp
Tools
Tool | What it does |
| what is left on the account |
| every country with its id and operators |
| find the code for a site: search by name or domain, best match first, price, how many are online, and the share of codes that actually arrived |
| order a private number for one service in one country |
| poll until the code lands and return it, already parsed out of the SMS |
| close a successful activation |
| cancel and get the money back |
| ask for one more code on the same number |
| compute the authenticator code locally, by RFC 6238 |
list_services answers with matches ranked best first plus notInList, the fallback
service. It takes a site name or a URL, so discord.com finds Discord, and it ranks a
whole word above a substring so x puts X.com (Twitter) above Maxim. Codes are
arbitrary and must never be recalled from memory: uk is Airbnb, re is Coinbase, tn is
LinkedIn. When nothing matches, the answer says so and points at another country, because
the catalogue is not the same everywhere, and at ot ("Not on list"), which receives SMS
from any sender that is not in the list. A site that has its own code sends to that code,
so ot is a fallback and not a wildcard.
deliveredPercent is the delivery rate for that service and country, and null when the
pair has no statistics yet, which is the common case. Where there is a number, pick by it
instead of by price; where there is not, online shows how big the live pool is, which is
the next best signal.
What the server handles for you
Every call carries lang. The API answers without it, but then it prices in another
currency, so the server never leaves it out. Text markers that the API returns
instead of JSON are checked before anything is parsed, and turned into a sentence an agent
can act on: NO_NUMBERS becomes "change country, or set operator to any" rather than a
bare token. Polling runs at a sane interval instead of hammering getStatus, and
wait_for_code stops at the 20 minute life of a number.
What it is not
Receiving verification codes is the whole job. These numbers do not send SMS, do not take calls, and are not meant for banking, payment or government accounts. An agent that needs a permanent number to hold a conversation wants a carrier product instead.
Config
Variable | Default |
| required |
|
|
|
|
|
|
Related
The same product as a markdown skill: https://github.com/sv-number/skills
API reference: https://sms-verification-number.com/en/api-sms-activate/
Coverage and prices: https://sms-verification-number.com/en/number-for-ai-agents/
MIT. The service behind it is commercial.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.Last updated351MIT

agentsim-mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables AI coding assistants to provision temporary US phone numbers and receive SMS OTPs for verification workflows.Last updated51MIT- Alicense-qualityDmaintenanceMCP server that gives AI agents disposable email addresses and real phone numbers with automatic OTP extraction and self-destructing identities.Last updatedMIT
- Flicense-qualityDmaintenanceMCP server for accessing Virtual Number API to manage virtual numbers, view SMS history, and retrieve available countries and numbers.Last updated
Related MCP Connectors
Give AI agents real phone numbers, messages, and voice calls via MCP.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sv-number/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server