General Tools
smsburner.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://smsburner.com/mcp
MCP server metadata
- Name
- smsburner
- Version
- 1.0.0
SMSBurner MCP server. Buy anonymous virtual phone numbers in 190+ countries for SMS verification on 1,000+ services (Google, Telegram, WhatsApp, Discord, Tinder, etc.). No KYC. Crypto-only. Account creation is free; you fund the balance with a topup (min $25) before buying SMS. Call agent_help() for the canonical recipe.
Known tools 11
list_servicesList all 1,000+ services SMSBurner supports SMS verification for (Google, Telegram, WhatsApp, …).
Potential side effectslist_countriesList 190+ countries with the count of available services per country.
Inferred read-onlylist_catalogTop (service × country) combinations with current price and stock — useful to find what is in-stock without enumerating services × countries.
Inferred read-onlycancel_numberCancel a number BEFORE the SMS arrives, refund the price to balance.
Potential side effectsagent_helpReturn the canonical recipe for buying SMS verification with SMSBurner.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.smsburner]
url = "https://smsburner.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"smsburner": {
"type": "http",
"url": "https://smsburner.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: smsburner
Remote MCP URL: https://smsburner.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"smsburner": {
"url": "https://smsburner.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"smsburner": {
"type": "http",
"url": "https://smsburner.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "smsburner",
"transport": "streamable-http",
"url": "https://smsburner.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.