Skip to content
Back to search
90
MCP v1.1.0 sse

SMS Validator API

io.github.Br0ski777/sms-validator

Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
167ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

sms_validate_number

Use this when you need to check if a phone number can receive SMS messages. Returns SMS capability data in JSON. Returns: 1. canReceiveSMS (boolean) 2. carrierType (mobile/landline/voip) 3. e164 form…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sms_validator_api": {
      "url": "https://sms-validator.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}