Phone Number Validation API
io.github.Br0ski777/phone-validationValidate phone numbers worldwide: carrier, line type, country, E.164. x402.
Tools · 2
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.…
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
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"
}
}
}