Skip to content
Grok

localecheck for Grok

io.github.qinisolabs/localecheck

Verified locale data for AI agents: dates, phone, currency, tax, holidays, addresses (UK/US)

client:Grok transport:stdio runtime:npm

Install localecheck in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "localecheck": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "localecheck"
      ]
    }
  }
}

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

localecheck in other clients