← smsnokyc.com

INDIVIDUAL MCP TOOL

cancel_number

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

smsnokyc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://smsnokyc.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cancel_number and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.
  • A tool name or description suggests a financial action.

Parent server

smsnokyc.com

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.smsnokyc]
url = "https://smsnokyc.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "smsnokyc": {
      "type": "http",
      "url": "https://smsnokyc.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: smsnokyc
Remote MCP URL: https://smsnokyc.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": {
    "smsnokyc": {
      "url": "https://smsnokyc.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "smsnokyc": {
      "type": "http",
      "url": "https://smsnokyc.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "smsnokyc",
  "transport": "streamable-http",
  "url": "https://smsnokyc.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_services — List all 133 services SmsNoKYC supports SMS verification for (Google, Telegram, WhatsApp, …).
  • list_countries — List 116 countries with the count of available services per country.
  • list_catalog — Top (service × country) combinations with current price and stock — useful to find what is in-stock without enumerating services × countries.
  • quote — Compute the final price (USD) for a service + country (+ optional operator).
  • create_account — Create a NEW SmsNoKYC account.
  • topup — Add balance to an EXISTING account.
  • topup_status — Poll a topup until it reaches `completed`.
  • buy_number — Buy a phone number for a service+country.