← Registry

General Tools

smsburner.com

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint11 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://smsburner.com/mcp

No auth detected

MCP server metadata

Name
smsburner
Version
1.0.0
Capabilities
tools
Server instructions

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_services

List all 1,000+ services SMSBurner supports SMS verification for (Google, Telegram, WhatsApp, …).

Potential side effects
list_countries

List 190+ countries with the count of available services per country.

Inferred read-only
list_catalog

Top (service × country) combinations with current price and stock — useful to find what is in-stock without enumerating services × countries.

Inferred read-only
quote

Compute the final price (USD) for a service + country (+ optional operator).

Inferred read-only
create_account

Create a NEW SMSBurner account.

Potential side effects
topup

Add balance to an EXISTING account.

Inferred read-only
topup_status

Poll a topup until it reaches `completed`.

Inferred read-only
buy_number

Buy a phone number for a service+country.

Inferred read-only
get_sms

Poll an active number until the SMS code arrives.

Potential side effects
cancel_number

Cancel a number BEFORE the SMS arrives, refund the price to balance.

Potential side effects
agent_help

Return the canonical recipe for buying SMS verification with SMSBurner.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.