Skip to content
Grok

SMS Validator API for Grok

io.github.br0ski777/sms-validator

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

client:Grok transport:sse

Install SMS Validator API in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SMS Validator API in other clients