Chat with AI and run tools instantly — no account needed.
Search the US Harmonized Tariff Schedule (HTS) for import duty rates, tariff classifications, trade program eligibility (GSP, FTA), and Section 301/232 surcharges. Look up any product by keyword or HTS code to get general and special duty rates, units of quantity, and regulatory footnotes. Powered by the USITC HTS database.
Domain knowledge for HTS Tariff Codes — workflow patterns, data models, and gotchas for your AI agent.
The Harmonized Tariff Schedule (HTS) classifies all goods imported into the US. Every import requires an HTS code to determine duty rates.
Find the duty on a product:
indent — those are the most specific classifications with actual ratesgeneral_duty for the MFN rate and special_duty for FTA/GSP preferential ratessurcharge_refs is present, look up each code (e.g., "9903.88.15") to see the additional duty textTotal landed duty for goods from China:
general_duty (base rate)surcharge_refs — these are 9903.xx codes referenced in footnotesdescription for the additional duty (e.g., "plus 25%")general_duty + all applicable surchargesCompare sourcing countries:
general_duty = MFN rate (most countries including China, before surcharges)special_duty = preferential rates with country codes: AU (Australia), KR (Korea), CA/MX (USMCA), IL (Israel), etc.column2_duty = rate for non-NTR countries (Cuba, North Korea — rarely relevant)surcharge_refsVerify a classification:
hierarchy_path to see the parent chainindent level to confirm the product fitsstatistical_suffix (10-digit) is the most specificSearching "lithium battery" and looking up code 8507.60 returns:
{
"htsno": "8507.60.00",
"description": "Lithium-ion batteries",
"indent": 1,
"general_duty": "3.4%",
"special_duty": "Free (A,AU,B,BH,C,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG)",
"column2_duty": "40%",
"surcharge_refs": ["9903.88.15", "9903.91.06"]
}
Reading this:
Looking up surcharge code "9903.88.15" returns:
{
"htsno": "9903.88.15",
"description": "...articles the product of China, as provided for in U.S. note 20(r)...",
"general_duty": "The duty provided in the applicable subheading + 7.5%"
}
So for lithium-ion batteries from China: 3.4% base + 7.5% Section 301 surcharge = 10.9% total duty. From Korea (KR in special_duty): Free. From most other countries: 3.4%.
special_duty)indent (0-1) often have no duty rates — drill to higher-indent children for actual rates.surcharge_refs are additional duties ON TOP of the base rate — always look them up.Look up HTS tariff entries by a specific HTS code. Returns all entries under that classification — heading, subheadings, tariff lines, and statistical...
Search the US Harmonized Tariff Schedule by product keyword or partial HTS code. Returns tariff entries with: htsno, description, indent (hierarchy de...
Search the US Harmonized Tariff Schedule (HTS) for import duty rates, tariff classifications, trade program eligibility (GSP, FTA), and Section 301/232 surcharges. Look up any product by keyword or HTS code to get general and special duty rates, units of quantity, and regulatory footnotes. Powered by the USITC HTS database. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/hts-tariff. Authentication is handled automatically.
HTS Tariff Codes provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
HTS Tariff Codes uses open data APIs — no authentication required.
Connect HTS Tariff Codes to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
Access HTS Tariff Codes data directly via REST endpoints. Use your API key or OAuth token to call any tool programmatically.
View API documentationMore open data integrations you might like
British Geological Survey AGS File Utilities API. Validate, convert, and generate graphical logs fro...
APIs.guru is the largest directory of OpenAPI specifications and REST API definitions. Browse and se...
AQUAVIEW offers access to a large database of global oceanographic datasets, enabling researchers an...
Bank of England Statistical Interactive Database. Retrieve daily exchange rates (GBP vs major curren...
British Geological Survey OpenGeoscience OGC API. Access geology, earthquake, landslide, borehole, a...
British Geological Survey Sensor Data Service (OGC SensorThings API). Access real-time and historica...