Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

app.netlify.japan-data-mcp/japan-data-mcp

app.netlify.japan-data-mcp/japan-data-mcp

Japanese law, corporation & statistics data as MCP, normalized to English with source attribution.

Uptime
50.0%
2 direct probes · 30d
Response
1121ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_japanese_law

Search Japanese laws and regulations by keyword and return English-normalized metadata (law id, type, era, promulgation date, category) plus the matched Japanese text. No API key required. Japanese ke…

get_law_text

Fetch the original Japanese text of a law by its law_id or revision_id (as returned by search_japanese_law). Optionally extract a single article. Returns the authentic Japanese legal text with English…

search_corporation

Look up a Japanese corporation by partial name or 13-digit corporate number, returning English-keyed records (corporate number, name, address). Requires a free National Tax Agency application ID.

search_statistics

Search Japanese official statistics tables (e-Stat) by keyword and return English-keyed table metadata (id, title, organization, dates). Requires a free e-Stat application ID.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "app.netlify.japan-data-mcp/japan-data-mcp": {
      "url": "https://japan-data-mcp.netlify.app/mcp",
      "transport": "streamable-http"
    }
  }
}