
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
ja-normalize-mcp
Advanced tools
MCP server for ja-normalize: worldwide holidays/business days and Japanese address/name/bank normalization. Free daily quota; optional x402 USDC payments.
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.
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.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
| Tool | What it does |
|---|---|
holidays | Public/bank/school holidays for any country + region + year |
business_day | Add/subtract business days in any country (local weekend aware) |
holiday_countries | Supported countries / regions (free) |
jp_business_day | Japanese business days from official 内閣府 data (月末営業日, bank calendar) |
jp_bank_resolve / jp_bank_lookup | Bank & branch names ⇄ 金融機関コード / 支店コード, 全銀 half-width kana |
jp_name_parse | Split a Japanese name, reading candidates, passport romaji |
jp_name_romaji | Kana → Hepburn (外務省 passport rules) |
jp_address_normalize | Address normalization + coordinates |
jp_text_normalize | Full-width, 和暦, phone/postal/email extraction |
jp_company_resolve | Company name → 法人番号 (NTA registry) |
jp_crypto_ticker | JPY prices on Japanese exchanges + Japan premium vs USD |
| Variable | Default | Meaning |
|---|---|---|
JA_NORMALIZE_BASE_URL | https://x402-ja-api.onrender.com | API base URL |
X402_PRIVATE_KEY | – | Optional wallet key for paid calls (USDC on Base) |
Source: https://github.com/KojimaHyui01/x402-ja-api (MIT)
FAQs
MCP server for ja-normalize: worldwide holidays/business days and Japanese address/name/bank normalization. Free daily quota; optional x402 USDC payments.
We found that ja-normalize-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.