Odel
localecheck

localecheck

Local
@qinisolabsPythonApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlocalecheckv0.1.1

Run

npx -y localecheck

MCP client config

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