← Registry

API Tools

smsnokyc.com

Provides access to SMS verification services, listing available countries and services, pricing, and account creation.

1 endpoint11 known toolsFirst detected July 27, 2026Last detected July 27, 2026

ENDPOINT 1

https://smsnokyc.com/mcp

No auth detected

MCP server metadata

Name
smsnokyc
Version
1.0.0
Capabilities
tools
Server instructions

SmsNoKYC MCP server. Buy anonymous virtual phone numbers in 116 countries for SMS verification on 133 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 133 services SmsNoKYC supports SMS verification for (Google, Telegram, WhatsApp, …).

Potential side effects
list_countries

List 116 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 SmsNoKYC 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 SmsNoKYC.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for smsnokyc.com was fetched 2026-08-01T05:44:31.985Z.

Trust status Neutral

smsnokyc.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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