# Japan Law Search MCP server

Full-text search of all current Japanese laws (official e-Gov data), down to exact article text.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-easakura-japan-law-search-mcp
- Repository: https://github.com/easakura/japan-law-search-mcp

## Install
- Endpoint: https://horei-mcp.easakura.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://horei-mcp.easakura.workers.dev/mcp
- Remote endpoint: https://horei-mcp.easakura.workers.dev/sse

## Tools
- search_laws (日本の法令を検索) - 日本の現行法令（法律・政令・省令など約1万件）を政府公式データベース（e-Gov）から検索する。search_in=full_text（既定）は条文本文の全文検索、search_in=titleは法令名検索。結果のlaw_idをget_law_structure / get_law_articleに渡すと条文を参照できる。 Endpoint: https://horei-mcp.easakura.workers.dev/mcp
- get_law_structure (法令の目次（章・条の一覧）を取得) - law_idを指定して法令の構造（章・節・条の見出し一覧）を取得する。どの条文を読むべきか当たりを付けるのに使う。law_idはsearch_lawsの結果に含まれる。 Endpoint: https://horei-mcp.easakura.workers.dev/mcp
- get_law_article (法令の条文本文を取得) - law_idと条番号を指定して条文の本文を取得する。条番号は「3」「第3条」「第三条の二」「3の2」のいずれの形式でもよい。 Endpoint: https://horei-mcp.easakura.workers.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.easakura
- Version: 1.0.0
- Runtime: Sse, Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
