tariff-resolver
tariff-resolver
一个 MCP 服务器,将你的 AI 助手变成 美国进口关税研究工具 —— 基于美国国际贸易委员会(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。"
工具
工具 | 功能 |
| 产品描述 → 带税率和 CBP CROSS 裁定链接的 HTS 候选 |
| HTS 编码 + 原产国 + 价值(+ 重量)→ 结构化 JSON:基础 MFN/FTA 税率、生效中的第 99 章规则(脚注关联 / 原产国匹配 / 通用,已终止规则已过滤)、MPF/HMF |
| 将 HTS 编码注册到本地观察列表 |
| 对比当前与上一版 HTS 修订 —— 精确查看哪些税率发生了变化 |
| 数据修订日期、行数、来源、许可证 |
设计
服务器负责检索;你的 LLM 负责推理。第 99 章规则按原文返回(在适用处附带解析后的 adder_pct),因此模型读取的是真实的例外链,而不是信任黑盒计算。10 位统计后缀的税率继承自其父税率行。已终止的条款会被过滤并计数。
数据
随附完整的 HTS 快照,从 USITC 官方 JSON API(美国政府公有领域)获取。可随时刷新:
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