US import duty research: HTS codes, Chapter 99 duties, MPF/HMF fees, landed cost. USITC data.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y tariff-resolver
MCP client config
{
"mcpServers": {
"tariff-resolver": {
"command": "npx",
"args": [
"-y",
"tariff-resolver"
]
}
}
}