tariff-resolver
tariff-resolver
あなたのAIアシスタントを米国輸入関税調査ツールに変えるMCPサーバーです。公式USITC統一関税表データ(米国政府パブリックドメイン、35,000以上の関税ライン)に基づいています。
🔍 HTSコード候補を平易な製品説明から抽出し、CBP CROSS裁定リンク付き
🧮 陸揚げコスト構成要素: MFN/FTA基本税率 + 第99章追加関税(IEEPA / 301条 / 232条)+ MPF/HMF手数料
📡 関税変更追跡: HTSコードをウォッチリストに登録し、HTS改訂間の税率差分を確認
🤖 AI最適化・幻覚耐性: 解析済み税率付きの実際の第99章ルールテキストを返すため、LLMは2024年当時の数字をでっち上げるのではなく、実際の例外チェーンに基づいて推論できます。

なぜ今なのか: de minimis免税が終了した(2025年8月29日)ため、米国向けのすべての貨物にはHTSコードと関税支払いが必要です。さらに2025〜26年の税率は大統領令によって変わり続けています。
いかなる政府機関とも提携していません。出力はブローカー事前審査用の候補・見積もりであり、税関・法律・税務アドバイスではありません。見積もりにはAD/CVD関税は含まれません。
インストール
Node.js ≥ 18 が必要です。
claude mcp add tariff-resolver -- npx -y tariff-resolverまたは任意のMCPクライアント設定で:
{ "mcpServers": { "tariff-resolver": { "command": "npx", "args": ["-y", "tariff-resolver"] } } }Related MCP server: mcp-sputnikx-market
💡 プロンプトの例
基本検索: 「男性用100%コットンTシャツのHTSコードを探してください。」
完全なシナリオ: 「HTS 6109.10.00、原産国中国、税関価格5,000ドル、海上輸送の関税シナリオを計算してください。」
調達判断: 「ステンレス製真空フラスコを1万ドル分輸入します。中国から調達する場合とベトナムから調達する場合の陸揚げコストを比較してください。」
最新情報の把握: 「私のカタログの関税変更を監視してください: 6109.10.00、8507.60.00、9617.00.10。」
ツール
ツール | 説明 |
| 製品説明 → 税率付きの上位HTS候補 + CBP CROSS裁定リンク |
| HTSコード + 原産国 + 価格(+ 重量)→ 構造化JSON: 基本MFN/FTA税率、有効な第99章ルール(脚注リンク / 原産国一致 / 普遍、終了したルールは除外)、MPF/HMF |
| HTSコードをローカルウォッチリストに登録 |
| 現在と前回のHTS改訂を差分比較 — どの税率が変わったかを正確に確認 |
| データ改訂日、行数、ソース、ライセンス |
設計
サーバーは取得を行い、LLMが推論を行います。第99章ルールは(該当する場合は解析済みのadder_pct付きで)そのまま返されるため、モデルはブラックボックス計算を信頼するのではなく、実際の例外チェーンを読み取ります。10桁の統計サフィックスの税率は親の税率ラインから継承されます。終了した条項は除外され、カウントされます。
データ
USITC公式JSON API(米国政府パブリックドメイン)から取得した完全なHTSスナップショットが同梱されています。いつでも更新できます:
python3 scripts/fetch_hts.py # ~2 min, fails hard rather than write a partial datasetdataset_infoは、クエリが実行される改訂日を報告します。
ライセンス
MIT。関税データは米国政府の著作物(パブリックドメイン)です。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to US Census Bureau International Trade data, enabling querying trade statistics through natural language using ask_pipeworx.12MIT
- AlicenseBqualityFmaintenanceProvides AI assistants with access to 22 tools for EU trade intelligence, customs analytics, salary data, agent identity, and commerce, integrating over 63M Eurostat records and other sources.1970MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform international trade operations such as calculating landed costs, classifying goods, explaining trade terms, estimating shipping, and converting currencies for Kazakhstan/EAEU/Central Asia trade routes.29MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search EU/French customs codes, get duty rates, and monitor tariff changes via natural language, using the DouaneCode API.MIT
Related MCP Connectors
Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Product intel: Amazon, AliExpress, Shopify, TikTok Shop, ads and search interest.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/opsloft/tariff-resolver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server