export-regulation-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@export-regulation-mcpCheck if carbon fiber composite is subject to Japanese export control"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
export-regulation-mcp
日本の輸出管理(該非判定)を支援するMCPサーバーです。e-Gov法令API v2を通じて、輸出貿易管理令・外国為替令・貨物等省令などの法令データをリアルタイムに参照できます。
リスト規制とキャッチオール規制の両方に対応し、該非判定に必要なデータソースを包括的にカバーします。
機能
リスト規制関連
ツール | 説明 |
| 法令IDを指定して法令本文を取得 |
| キーワードで輸出管理関連法令を検索 |
| 輸出貿易管理令の別表(リスト規制品目等)を取得 |
| 貨物等省令の条文を取得 |
| 項番別の技術パラメータ閾値を取得 |
キャッチオール規制関連
ツール | 説明 |
| 別表第3の2(国連武器禁輸国・地域)を取得 |
| おそれ省令(用途要件の判定基準)を取得 |
| 関税定率法の品目分類(16項中欄関連)を取得 |
仕向地・需要者確認
ツール | 説明 |
| グループA国(旧ホワイト国)リストを取得 |
| 国別の輸出管理ステータスを確認 |
| 経産省の外国ユーザーリストをExcelから自動取得・照合 |
Related MCP server: e-Gov Law MCP Server
セットアップ
npm install
npm run build使い方
Claude Code
~/.claude/settings.json に追加:
{
"mcpServers": {
"export-regulation-mcp": {
"command": "node",
"args": ["/path/to/export-regulation-mcp/build/index.js"]
}
}
}Claude Desktop
claude_desktop_config.json に追加:
{
"mcpServers": {
"export-regulation-mcp": {
"command": "node",
"args": ["/path/to/export-regulation-mcp/build/index.js"]
}
}
}主要法令ID
法令 | ID |
輸出貿易管理令 |
|
外国為替令 |
|
貨物等省令 |
|
おそれ省令 |
|
関税定率法 |
|
輸出者等遵守基準省令 |
|
別表マッピング
輸出貿易管理令の別表は e-Gov API の elm パラメータとして AppdxTable[N] 形式で指定します。
別表 | elm パラメータ |
別表第1(リスト規制品目) |
|
別表第2 |
|
別表第3(グループA国) |
|
別表第3の2(武器禁輸国) |
|
別表第3の3 |
|
使用例
リスト規制の該非判定
export_reg_get_annexで別表第1の該当項番を特定export_reg_get_parameter_thresholdsで技術パラメータ閾値を確認export_reg_get_ministerial_ordinanceで省令の詳細条文を参照
キャッチオール規制の確認
export_reg_check_countryで仕向地のグループ分類を確認(グループA国は対象外)export_reg_get_annex3_2で武器禁輸国リストを確認export_reg_get_fear_ordinanceで用途要件(おそれ省令)を参照export_reg_check_user_listで需要者を外国ユーザーリストと照合export_reg_get_tariff_itemsで16項中欄の品目分類を確認
キャッシュ
e-Gov APIへの負荷軽減のため、レスポンスをローカルファイルにキャッシュします。
データ種別 | TTL |
法令本文・別表 | 24時間 |
外国ユーザーリスト | 7日 |
ホワイト国リスト | 30日 |
キャッシュは cache/ ディレクトリに保存されます。API障害時はstaleキャッシュをフォールバックとして使用します。
技術スタック
TypeScript + Node.js (ES Modules)
xlsx (SheetJS) — 外国ユーザーリストExcelパース
zod (入力バリデーション)
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/touch4645/export-regulation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server