New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

ja-normalize-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ja-normalize-mcp

MCP server for ja-normalize: worldwide holidays/business days and Japanese address/name/bank normalization. Free daily quota; optional x402 USDC payments.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

ja-normalize-mcp

MCP server for ja-normalize: worldwide public holidays and business-day math (200+ countries), plus Japanese address / personal-name / bank / company normalization and JPY crypto market data.

  • No setup: the API gives every client IP a free daily quota, so the tools work out of the box.
  • Optional payments: set X402_PRIVATE_KEY to a Base wallet holding USDC and calls beyond the quota are paid automatically via x402 (≈ $0.005–$0.03 per call). The key never leaves your machine.

Install

Claude Desktop / Claude Code / Cursor — add to your MCP config:

{
  "mcpServers": {
    "ja-normalize": {
      "command": "npx",
      "args": ["-y", "ja-normalize-mcp"],
      "env": { "X402_PRIVATE_KEY": "" }
    }
  }
}

Claude Code one-liner:

claude mcp add ja-normalize -- npx -y ja-normalize-mcp

Tools

ToolWhat it does
holidaysPublic/bank/school holidays for any country + region + year
business_dayAdd/subtract business days in any country (local weekend aware)
holiday_countriesSupported countries / regions (free)
jp_business_dayJapanese business days from official 内閣府 data (月末営業日, bank calendar)
jp_bank_resolve / jp_bank_lookupBank & branch names ⇄ 金融機関コード / 支店コード, 全銀 half-width kana
jp_name_parseSplit a Japanese name, reading candidates, passport romaji
jp_name_romajiKana → Hepburn (外務省 passport rules)
jp_address_normalizeAddress normalization + coordinates
jp_text_normalizeFull-width, 和暦, phone/postal/email extraction
jp_company_resolveCompany name → 法人番号 (NTA registry)
jp_crypto_tickerJPY prices on Japanese exchanges + Japan premium vs USD

Env

VariableDefaultMeaning
JA_NORMALIZE_BASE_URLhttps://x402-ja-api.onrender.comAPI base URL
X402_PRIVATE_KEYOptional wallet key for paid calls (USDC on Base)

Source: https://github.com/KojimaHyui01/x402-ja-api (MIT)

Keywords

mcp

FAQs

Package last updated on 13 Sep 2026

Related posts