Verified locale data for AI agents: dates, phone, currency, tax, holidays, addresses (UK/US)
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
| Package | Install | Use | |
|---|---|---|---|
| TypeScript (primary) | packages/localecheck-ts | npx -y localecheck (live on npm) | MCP server and importable library |
| 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.
parse_date Β· validate_phone Β· format_currency Β· tax_rate (VAT/sales-tax
by date) Β· is_holiday / next_holiday Β· parse_address
Then ask naturally β the agent picks the tool: "A UK invoice dated 1 June 2009 β what VAT rate?" β 15%.
packages/localecheck-ts β primary TypeScript package (MCP + library)packages/localecheck-python β Python package + FastAPI REST APIeval/ β benchmark harness: how often raw LLMs get this wrongbenchmark.html β shareable results page Β· BUSINESS_MODEL.md β strategy Β·
PUBLISH.md β release steps Β· LOCAL_TEST.md β test before publishingUK 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.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/localecheck)<a href="https://allmcps.com/mcp/localecheck"><img src="https://allmcps.com/api/badge/localecheck?style=directory" alt="Localecheck on AllMCPs" /></a>