API Tools
smsnokyc.com
Provides access to SMS verification services, listing available countries and services, pricing, and account creation.
ENDPOINT 1
https://smsnokyc.com/mcp
MCP server metadata
- Name
- smsnokyc
- Version
- 1.0.0
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_servicesList all 133 services SmsNoKYC supports SMS verification for (Google, Telegram, WhatsApp, …).
Potential side effectslist_countriesList 116 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 SmsNoKYC.
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.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.
smsnokyc.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.