export-regulation-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 |
|---|---|
| export_reg_get_lawA | 指定された法令IDの法令本文を取得します。輸出管理関連の法令(輸出貿易管理令、外国為替令、貨物等省令など)を参照できます。 |
| export_reg_search_lawA | キーワードで輸出管理関連の法令を検索します。法令名や条文の内容で検索できます。 |
| export_reg_get_annexC | 輸出貿易管理令の別表第1(リスト規制品目)を取得します。項番を指定して特定の規制品目カテゴリの詳細を参照できます。 |
| export_reg_get_ministerial_ordinanceA | 輸出貿易管理令の貨物等省令(経済産業省令)の条文を取得します。リスト規制品目の具体的な技術仕様・パラメータ閾値が規定されています。 |
| export_reg_get_parameter_thresholdsA | 輸出管理リスト規制の項番別の技術パラメータ閾値を取得します。別表第1の項番と貨物等省令を組み合わせて、規制対象となる具体的な技術仕様を確認できます。 |
| export_reg_get_white_countriesA | 輸出貿易管理令別表第3に規定されるグループA国(旧ホワイト国)のリストを取得します。グループA国への輸出は包括許可が利用可能です。 |
| export_reg_check_countryA | 指定された国の輸出管理上のステータス(グループA/B/C/D)を確認します。国グループにより利用可能な包括許可の種類が異なります。 |
| export_reg_check_user_listA | 経済産業省の外国ユーザーリスト(懸念企業リスト)に対して組織名を照合します。大量破壊兵器の開発等に関与している懸念のある企業・組織が掲載されています。METIが公開するExcelデータを取得・解析して検索します。 |
| export_reg_get_annex3_2A | 輸出貿易管理令別表第3の2(国連武器禁輸国・地域)のリストを取得します。キャッチオール規制の客観要件判定に使用します。 |
| export_reg_get_fear_ordinanceA | おそれ省令(輸出貿易管理令の運用通達)の内容を取得します。キャッチオール規制における用途要件の判定基準を参照できます。 |
| export_reg_get_tariff_itemsA | 関税定率法別表の品目分類を取得します。キャッチオール規制の16項中欄(別表第1の16の項)に関連する品目の確認に使用します。 |
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 11 tools
Each tool addresses a distinct aspect of export regulations (laws, annexes, ministerial orders, country groups, user lists, etc.), so the boundaries are mostly clear. Minor overlap exists between country list retrieval and country status checking, and between annex tools, but the specific descriptions minimize confusion.
All tools follow a consistent pattern: 'export_reg_' prefix + a verb (get, search, check) + a noun describing the target. Naming is uniformly snake_case and the verb-object structure is predictable, making it easy to infer a tool's purpose.
With 11 tools, the server covers the major operations for export regulation research without being excessively large. The number aligns well with the domain's complexity and the need for specific references and checks.
The tool surface provides solid coverage of legal text retrieval, keyword search, annexes, parameter thresholds, country classification, user list screening, and catch-all regulation references. A minor gap is the lack of a dedicated tool for managing or updating data, but as a read-only regulatory reference it is quite complete.