{"name":"io.github.shuji-bonji/houki-nta-mcp","slug":"shuji-bonji-houki-nta-mcp","title":null,"description":"Japan NTA tax notices (tsutatsu) and Q&A, marked with legal_status and linked back to the statute.","url":"https://mcp.market/server/shuji-bonji-houki-nta-mcp","rating":null,"grade":"A","score":92,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":36,"stars":2,"forks":0,"downloads_week":1683,"last_push_at":"2026-09-18T23:39:52.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"npm","callable_via_gateway":false,"default_price_micros":0,"repository":"https://github.com/shuji-bonji/houki-nta-mcp","website":null,"version":"0.18.1","remotes":[],"packages":[{"registryType":"npm","identifier":"@shuji-bonji/houki-nta-mcp","version":"0.18.1","transport":{"type":"stdio"}}],"tools":[{"name":"nta_get_bunshokaitou","description":"文書回答事例の本文を docId で取得する（DB 経由）。本庁系は \"shotoku/250416\"、国税局系は \"tokyo/shotoku/260218\" のような形式。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_get_jimu_unei","description":"事務運営指針の本文を docId で取得する（DB 経由）。本文 + 添付 PDF URL（pdf-reader-mcp で読み取り推奨）を返す。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_get_kaisei_tsutatsu","description":"改正通達の本文を docId で取得する（DB 経由）。本文 + 添付 PDF URL（pdf-reader-mcp で読み取り推奨）を返す。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_get_qa","description":"国税庁の質疑応答事例 1 件を取得する。URL 形式: /law/shitsugi/{topic}/{category}/{id}.htm。format=json では【関係法令通達】を法令（related_laws）と通達（related_tsutatsu）に分け、next_actions で houki-egov-mcp の get_law と nta_get_tsutatsu を案内する。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_get_tax_answer","description":"国税庁のタックスアンサー（よくある税の質問）本文を番号で取得する。番号の先頭桁から税目フォルダを自動判定。例: 6101 → 消費税の基本的なしくみ","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_get_tsutatsu","description":"基本通達の本文を取得する。略称（消基通・所基通・法基通・相基通）対応、条項指定可能。DB 投入済（`--bulk-download-all`）の場合は DB から、未投入の場合はライブ fetch（結果は DB に書き戻し）。応答に解釈の対象になる法律（base_laws）を付け、next_actions で houki-egov-mcp の get_law を案内する。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_inspect_pdf_meta","description":"指定した文書の添付 PDF メタ一覧（kind / size / URL）と pdf-reader-mcp 呼び出し例だけを返す軽量 API。本文は含まない。`nta_get_*` で全文を取得すると重い場合や、PDF だけを確認したい時に使う。Phase 4-2 (v0.7.1) で追加。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_search_bunshokaitou","description":"文書回答事例（bunshokaitou）を FTS5 でキーワード検索する。事前に `--bulk-download-bunshokaitou` で DB 投入が必要。この種別の文書が DB に 1 件も無いときはエラー DOC_NOT_FOUND を返す（キーワードに合わないだけの 0 件は results: [] で返す）。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_search_jimu_unei","description":"事務運営指針（jimu-unei）を FTS5 でキーワード検索する。事前に `--bulk-download-jimu-unei` で DB 投入が必要。この種別の文書が DB に 1 件も無いときはエラー DOC_NOT_FOUND を返す（キーワードに合わないだけの 0 件は results: [] で返す）。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_search_kaisei_tsutatsu","description":"改正通達（一部改正通達）を FTS5 でキーワード検索する。事前に `--bulk-download-kaisei` で DB 投入が必要。この種別の文書が DB に 1 件も無いときはエラー DOC_NOT_FOUND を返す（キーワードに合わないだけの 0 件は results: [] で返す）。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_search_qa","description":"国税庁の質疑応答事例（9 税目: 所得税/源泉所得税/譲渡所得/相続税・贈与税/財産の評価/法人税/消費税/印紙税/法定調書）を FTS5 でキーワード検索する。事前に `--bulk-download-qa` で DB 投入が必要。この種別の文書が DB に 1 件も無いときはエラー DOC_NOT_FOUND を返す（キーワードに合わないだけの 0 件は results: [] で返す）。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_search_tax_answer","description":"タックスアンサー（一般納税者向け解説、約 750 件）を FTS5 でキーワード検索する。事前に `--bulk-download-tax-answer` で DB 投入が必要。この種別の文書が DB に 1 件も無いときはエラー DOC_NOT_FOUND を返す（キーワードに合わないだけの 0 件は results: [] で返す）。","write_action":false,"price_micros":0,"input_schema":null},{"name":"nta_search_tsutatsu","description":"国税庁の基本通達（消基通・所基通・法基通・相基通の 4 通達）を FTS5 でキーワード検索する。事前に `--bulk-download-all` で DB 投入が必要。結果に現れた通達ごとに、解釈の対象になる法律の対応表（base_laws_by_tsutatsu）と、houki-egov-mcp の get_law を案内する next_actions を付ける。","write_action":false,"price_micros":0,"input_schema":null},{"name":"resolve_abbreviation","description":"略称・通称から houki-abbreviations 経由でエントリを解決する。houki-nta-mcp 管轄外（法令系等）の場合は「他 MCP に誘導」のヒントを返す。","write_action":false,"price_micros":0,"input_schema":null}],"scan":{"score":92,"grade":"A","scanned_at":"2026-09-19T19:29:04.014Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:29:03.946Z","components":{"code":{"score":25,"max":25,"notes":["111 source files scanned"]},"reliability":{"score":-1,"max":20,"notes":["no gateway calls yet and no remote to probe"]},"poisoning":{"score":-1,"max":15,"notes":["tools not inspected (local package is not executed); not counted"]},"auth":{"score":12,"max":15,"notes":["local package, no credentials required"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"packages":[{"registryType":"npm","identifier":"@shuji-bonji/houki-nta-mcp","version":"0.18.1","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":5,"publishedAt":"2026-09-18T23:06:48.557Z","repositoryUrl":"git+https://github.com/shuji-bonji/houki-nta-mcp.git"}],"repo":{"found":true,"owner":"shuji-bonji","repo":"houki-nta-mcp","archived":false,"pushedAt":"2026-09-18T23:39:52Z","stars":2,"forks":0,"openIssues":1,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/71716610?v=4","ownerCreatedAt":"2020-09-22T14:59:31Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/71716610?v=4&s=128","source":"registry","width":125,"height":125},"presence":{"stars":2,"forks":0,"downloadsWeek":1683,"license":"MIT","lastPushAt":"2026-09-18T23:39:52.000Z","score":36}}}},"grade_history":[],"reviews":[]}