MCP.so
Sign In

Localecheck

@qinisolabs

About Localecheck

Verified locale data for AI agents: dates, phone numbers, currency formatting, VAT/sales-tax by date, public holidays, and addresses (UK & US). Returns checked answers and flags impossible inputs instead of guessing.

Basic information

Category

Other

Transports

stdio

Publisher

qinisolabs

Submitted by

kristaffa

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

5

ambiguous date → ISO 8601, locale-aware (en-GB day-first vs en-US month-first); flags impossible dates.

→ E.164 + line type, via libphonenumber.

locale-correct currency string, via CLDR.

UK standard VAT for a given date (handles historical/temporary changes); US national 0 + state base sales tax.

UK/US address → {country, postcode, city} with a confidence flag.

Overview

What is localecheck?

localecheck gives AI agents verified, authoritative answers to international data that LLMs routinely hallucinate, covering UK and USA (v1). It is free and requires no API key.

How to use localecheck?

Add localecheck to your MCP server configuration with command: "npx" and args: ["-y", "localecheck"]. It provides tools such as parse_date, validate_phone, format_currency, tax_rate, is_holiday, next_holiday, and parse_address.

Key features of localecheck

  • Locale-aware date parsing that flags impossible dates
  • Phone number validation to E.164 with line type
  • Locale-correct currency formatting via CLDR
  • UK and US tax rate lookup with historical support
  • Public and bank holiday checks for UK subdivisions
  • UK/US address parsing with confidence flag
  • Free, no API key required

Use cases of localecheck

  • Correctly interpreting ambiguous date formats (en-GB day-first vs en-US month-first)
  • Applying the correct VAT rate (UK) or sales tax (US) for a given date
  • Formatting currency amounts for a specific locale (e.g., €1,234.50 for German readers)
  • Computing delivery SLAs by checking bank holidays automatically
  • Parsing UK or US addresses into structured components with confidence

FAQ from localecheck

What countries and regions does localecheck support?

Version 1 covers the UK and USA. Holiday checks for GB default to England, with subdivisions supported.

Is localecheck free to use?

Yes, localecheck is free and requires no API key.

How do I install localecheck?

Install by adding localecheck to your MCP config with command: "npx" and args: ["-y", "localecheck"]. It is live on npm and listed in the official MCP Registry.

Where can I find the source code?

The source is available at https://github.com/qinisolabs/localecheck.

Comments

More Other MCP servers