Skip to main content
ClaudeWave

Locale-correctness tools for AI agents: verified dates, phone, currency, VAT/sales-tax, holidays, addresses (UK + USA v1)

MCP ServersOfficial Registry0 stars0 forksPythonUpdated 2d ago
Install in Claude Code / Claude Desktop
Method: NPX · localecheck
Claude Code CLI
claude mcp add localecheck -- npx -y localecheck
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "localecheck": {
      "command": "npx",
      "args": ["-y", "localecheck"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# localecheck

**Locale-correctness tools for AI agents.** Agents are systematically wrong about
everyday non-US data — they read `03/04` as March 4 in the UK, apply today's VAT
rate to a historical invoice, format `€1,234.50` for a German reader, and miss
bank holidays in delivery dates. localecheck gives them *verified* answers and
flags impossible inputs instead of guessing.

Coverage: **UK + USA** (v1), expanding. Free, no API key.

## Packages

| | Package | Install | Use |
|---|---|---|---|
| **TypeScript** (primary) | [`packages/localecheck-ts`](packages/localecheck-ts) | `npx -y localecheck` *(live on npm)* | MCP server **and** importable library |
| **Python** | [`packages/localecheck-python`](packages/localecheck-python) | from source *(PyPI release coming soon)* | MCP server, importable library, REST API |

Both wrap the same authoritative libraries (libphonenumber, CLDR/Intl,
date-holidays) and share the same hand-curated tax data.

## What it does

`parse_date` · `validate_phone` · `format_currency` · `tax_rate` (VAT/sales-tax
by date) · `is_holiday` / `next_holiday` · `parse_address`

## Quick start (in an AI app)

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

Then ask naturally — the agent picks the tool: *"A UK invoice dated 1 June 2009 —
what VAT rate?"* → **15%**.

## Repo map

- `packages/localecheck-ts` — primary TypeScript package (MCP + library)
- `packages/localecheck-python` — Python package + FastAPI REST API
- `eval/` — benchmark harness: how often raw LLMs get this wrong
- `benchmark.html` — shareable results page · `BUSINESS_MODEL.md` — strategy ·
  `PUBLISH.md` — release steps · `LOCAL_TEST.md` — test before publishing

## Status & caveats

UK VAT history is reliable for the modern era (standard rate). US state
sales-tax values are 2025 **state base** rates (local taxes add on top) — verify
against an authoritative feed before live invoicing. Addresses parse + extract a
valid postcode/ZIP but don't verify deliverability.

Code: Apache-2.0. Curated tax data: see `BUSINESS_MODEL.md`.

What people ask about localecheck

What is qinisolabs/localecheck?

+

qinisolabs/localecheck is mcp servers for the Claude AI ecosystem. Locale-correctness tools for AI agents: verified dates, phone, currency, VAT/sales-tax, holidays, addresses (UK + USA v1) It has 0 GitHub stars and was last updated 2d ago.

How do I install localecheck?

+

You can install localecheck by cloning the repository (https://github.com/qinisolabs/localecheck) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is qinisolabs/localecheck safe to use?

+

qinisolabs/localecheck has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains qinisolabs/localecheck?

+

qinisolabs/localecheck is maintained by qinisolabs. The last recorded GitHub activity is from 2d ago, with 0 open issues.

Are there alternatives to localecheck?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy localecheck to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: qinisolabs/localecheck
[![Featured on ClaudeWave](https://claudewave.com/api/badge/qinisolabs-localecheck)](https://claudewave.com/repo/qinisolabs-localecheck)
<a href="https://claudewave.com/repo/qinisolabs-localecheck"><img src="https://claudewave.com/api/badge/qinisolabs-localecheck" alt="Featured on ClaudeWave: qinisolabs/localecheck" width="320" height="64" /></a>

More MCP Servers

localecheck alternatives