Skip to content
VS Code

Phone Number Validation API for VS Code

io.github.br0ski777/phone-validation

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

client:VS Code transport:sse

Install Phone Number Validation API in VS Code

.vscode/mcp.json

{
  "servers": {
    "phone-validation": {
      "type": "sse",
      "url": "https://phone-validation.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Phone Number Validation API in other clients