Skip to content
Grok

Check Digit Validator for Grok

com.gumballtools/check-digit

Validates IBAN/ISBN/EAN/Luhn checksums and finds the one wrong digit

client:Grok transport:streamable-http tools:1

Install Check Digit Validator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "check-digit": {
      "type": "http",
      "url": "https://check-digit.gumballtools.com/api/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

What Grok can do once it is connected

Check Digit Validator in other clients