Back to search
90
MCP live v1.1.0 sse

Phone Number Validation API

io.github.Br0ski777/phone-validation

Validate phone numbers worldwide: carrier, line type, country, E.164. x402.

Uptime
66.7%
3 probes
Response
210ms
last probe
Tools
2
callable

Tools · 2

phone_validate_number

Use this when you need to validate a phone number and get carrier info. Returns structured validation data in JSON. Returns: 1. valid (boolean) 2. e164 format string 3. countryCode and countryName 4.…

phone_validate_batch

Use this when you need to validate multiple phone numbers at once (up to 50). Returns an array of validation results in JSON. Returns per number: 1. valid (boolean) 2. e164 format 3. countryCode and …

Similar MCP servers embedding-nearest

Phone Number Validation API
Validate phone numbers worldwide: carrier, line type, country, E.164. x402.
0 tools · sse
Phone Validation
Validate phone numbers worldwide: carrier, line type, country, and E.164 format.
0 tools
SMS Validator API
Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment.
0 tools · sse
SMS Validator
Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment.
0 tools
SMS Validator API
Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment.
1 tools · sse
Address Validator API
Parse, validate and normalize postal addresses. Detect country, verify format. x402.
0 tools · sse

How to use

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

{
  "mcpServers": {
    "phone_number_validation_api": {
      "url": "https://phone-validation.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}