tax-law-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_lawA | 日本の法令から特定の条文を取得する。e-Gov法令API v2を使用。略称にも対応(所法→所得税法、措法→租税特別措置法 等)。 |
| search_lawA | 法令をキーワードで検索する。法令名が分からない場合に使用。e-Gov法令API v2を使用。 |
| get_tsutatsuA | 国税庁の通達(基本通達・措置法通達)から特定の通達を取得する。NTAサイトからスクレイピング。略称にも対応(所基通→所得税基本通達 等)。 |
| list_tsutatsuA | 通達の目次(章・節・条の構造)を表示する。通達番号が分からない場合に使用。 |
| list_saiketsuA | 国税不服審判所の公表裁決事例の税目・カテゴリ一覧を表示する。税目名を省略すると13税目の一覧を表示。税目を指定するとカテゴリ階層を表示。 |
| search_saiketsuA | 国税不服審判所の公表裁決事例をキーワードで検索する。要旨テキストとカテゴリ名を対象に検索。スペース区切りでAND検索。初回は事例集目次の取得に時間がかかる(以降はキャッシュ)。 |
| get_saiketsuA | 国税不服審判所の裁決事例の全文を取得する。URLまたは事例集番号+事例番号で指定。search_saiketsuの検索結果から全文を読む場合に使用。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: retrieving laws, decisions, and circulars, with separate search and listing functions. No overlap in functionality.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_law, search_saiketsu). No mixing of conventions.
Seven tools is well-scoped for the domain, covering retrieval, search, and listing for three primary legal sources without being excessive.
Covers statutes, decisions, and circulars with retrieval and search (except for circulars where only listing is available). Missing keyword search for circulars, but overall coverage is solid.