MCP Server
Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.
552 stars26 downloads/wk
Reviews
Write oneNobody has reviewed MCP Server yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP Server tools (9, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
cancel_activationwrite actionCancel an activation when no code arrived; the money returns to the balance in full.
finish_activationClose an activation after the code was used. Do this on every success: a forgotten
get_balanceCurrent account balance. Ordering a number needs a funded balance; there is no free tier.
list_countriesEvery country the numbers can come from, with its id and operators. Use the id in order_number.
list_servicesServices available in a country, best match first. Order the code of the site you are
order_numberwrite actionOrder a private number for one service in one country. The number is held for 20 minutes
request_another_smsAsk for one more code on the same number, for a password reset or a re-send. Works
totp_codeCompute the authenticator code for an account whose second factor was set up with a shared
wait_for_codeWait for the verification code on an ordered number. Polls on its own and returns the code
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan4 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 44 days ago12/15
- Maintainer identityregistry namespace matches repository owner6/10
What the publisher says
From the MCP Server repository's README, as published. We do not edit it. Read it on GitHub
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.
200+ countries, the widest coverage in this category. Every other claim on this page is checkable too, but this one takes a single call: run list_countries and count the rows.
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.
Tools
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: NONUMBERS becomes "change country, or set operator to any" rather than a bare token. Polling runs at a sane interval instead of hammering getStatus, and waitfor_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
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y sv-number-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp-server -- npx -y sv-number-mcp
MCP Server: common questions
- Is MCP Server safe?
- Mostly: it is graded B (75/100). Read the MCP Server safety report
- How do I install MCP Server?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does MCP Server need an API key?
- Yes. The registry entry asks for
SVN_API_KEY. - Is MCP Server maintained?
- The last commit was 45 days ago (2026-08-10). The latest release is v1.0.2.
- What can I use instead of MCP Server?
- Servers from other publishers that do the same job: SkeletIQ MCP server, Federal Register MCP server and Shopware MCP server. Compare all MCP Server alternatives.
Alternatives to MCP Server
Same job from other publishers: the closest match first, then the best rated.
SkeletIQHand a released SkeletIQ architecture to a coding agent: brief, build order, drift check.not reviewedGrowingB- Federal RegisterFederal Register proposed and final rules, notices, executive orders, and FAR cases. 8 tools.not reviewedEstablishedA
- ShopwareQuery and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.not reviewedEstablishedB
- WebCake StorefrontBuild pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.not reviewedGrowingA
- AvitoMCP server for Avito: chats, listings, orders and analytics, with previews and confirmations.not reviewedGrowingB