Houki Egov MCP server
Check Japanese statutes before you build: laws and ordinances from e-Gov Law API v2, per article.
2 stars250 downloads/wk
Reviews
Write oneNobody has reviewed Houki Egov yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Houki Egov tools (9)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
explain_law_type法令種別(憲法・法律・政令・省令・規則・条例・告示・通達 等)の制定主体・階層上の位置・国民への拘束力・実務上の注意点を解説する。法務専門家でない利用者が「政令と省令の違い」「通達は守らなくていいのか」等を確認するための知識ツール。
get_article_references条文本文が引用している参照を取り出す。他法令の条(法令名と法令番号から law_id を解決)、同一法令内の条・項・号、「政令で定める」「財務省令で定める」の委任(施行令・施行規則を法令単位で付ける)を返し、各参照に get_law の引数を next_actions で付ける。「前項」「同法」は解決しない。正規表現で取れた範囲だけを返し、網羅性は主張しない。
get_law日本の法令から条文を取得する。略称(消法・所法・労基法 等)対応。条/項/号レベル指定可能。
get_law_revisions法令の改正履歴を取得する。e-Gov v2 /law_revisions を使用。各改正の公布日・施行日・改正法令番号・状態(現行/旧法/未施行)等を返す。
get_related_laws法令名の規則で関連する法令を引く。法律なら施行令・施行規則、施行令・施行規則なら親の法律と兄弟を、e-Gov に実在するものだけ返す(law_id 付き)。名前の末尾に「施行令」「施行規則」を付けた(落とした)候補だけを試すので、別の名前の下位法令や告示は返らない。網羅性は主張しない。
get_toc法令の目次(編・章・節・条の構造)のみを取得する。トークン節約用。depth で階層を浅く打ち切れる(民法・会社法のような大規模法令の概観把握向け)。
resolve_abbreviation略称・通称から正式な法令名と law_id を解決する。略称辞書の内容を確認するための診断ツール。
search_fulltext法令の条文本文をキーワードで横断全文検索する(ローカル SQLite FTS5)。`houki-egov-mcp --bulk-download-everything` で構築した bulk DB を引き、略称は正式名称に OR 展開(例: "消法" → "消費税法")。各ヒットに条番号・snippet・score・DB の鮮度 (freshness) を付けて返す。bulk DB 未構築時は search_law(法令名のタイトル一致)にフォールバックし、その旨を note で返す。
search_law日本の法令をキーワード・略称・分野で検索する。e-Gov法令API v2 を使用。略称辞書による正式名称への自動補完あり。
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan65 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y @shuji-bonji/houki-egov-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add houki-egov-mcp -- npx -y @shuji-bonji/houki-egov-mcp
Houki Egov: common questions
- Is Houki Egov MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Houki Egov safety report
- How do I install Houki Egov?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Houki Egov need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Houki Egov maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.10.1.