streamable-httpMITupdated 1mo ago
Give your AI agent authoritative access to all 10,000 Japanese laws and regulations.
What can you do with Japan Law Search?
Japan Law Search MCP — 日本の法令検索
Give your AI agent authoritative access to all ~10,000 Japanese laws and regulations.
This MCP server searches and retrieves the full text of current Japanese legislation — acts, cabinet orders, and ministerial ordinances — from the official e-Gov Laws API (Government of Japan). Built for legal-tech, compliance, HR, and contract-review AI agents working with Japanese law.
Why this server?
Japanese statutes are published as deeply nested XML with kanji numerals, era-based dates, and no convenient full-text API surface for LLMs. This server turns that into three clean, token-efficient tools.
Tools
search_laws
Full-text search across the body text of every current law (or search by law title). Returns matched snippets, law categories, promulgation dates, and official links.
get_law_structure
Table of contents for any law: chapters, sections, and article headings. Long statutes (e.g. the Civil Code with 1,000+ articles) are automatically compressed to chapter level to save tokens.
get_law_article
Retrieve the exact text of any article. Accepts flexible references — 3, 第3条, 第三条の二, 3の2 — and normalizes kanji numerals automatically. Output preserves paragraph and item numbering as clean plain text.
Example queries your agent can now answer
- 「電子署名法で電子署名が有効とされる条件は?」→ finds Article 3 and quotes it verbatim
- "What does the Labor Standards Act say about overtime limits? Quote the exact article."
- 「個人情報保護法の目次を見せて、第三者提供に関する条文を特定して」
Data source & freshness
Official e-Gov Laws API v2 (Government of Japan), fetched live on every call — always the currently enforced revision, including amendments enforced this month.
Pricing
Pay per tool call. One search, one table of contents, or one article retrieval = one event. No subscription, no minimum.
日本語
日本の現行法令(約1万件)を全文検索し、条文を取得できるMCPサーバーです。巨大な法令XMLをAIが読みやすいテキストに整形し、「第三条の二」等の表記ゆらぎも自動吸収します。リーガルテック・コンプライアンス・労務系AIに最適です。
Get started
This is a hosted (remote) MCP server, available on Apify Store:
👉 https://apify.com/e-asakura/japan-law-search-mcp
The store page includes setup instructions for Claude, ChatGPT, Cursor, and any MCP-compatible client. Pay-as-you-go: $0.02 per tool call, no subscription.
Built by Edward Asakura — Japanese data infrastructure for AI agents. Part of the SEKISHO series: subsidies / laws / parliament.
Install
Add Japan Law Search to your client. Pick the one you use.
claude mcp add --transport http japan-law-search https://horei-mcp.plus-synergy.workers.dev/mcpcodex mcp add japan-law-search --url https://horei-mcp.plus-synergy.workers.dev/mcp{
"mcpServers": {
"japan-law-search": {
"url": "https://horei-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"japan-law-search": {
"type": "http",
"url": "https://horei-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"japan-law-search": {
"url": "https://horei-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"japan-law-search": {
"serverUrl": "https://horei-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 50 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 10, 2026 |