Odel
tariff resolver

tariff resolver

Local
@opsloft2TypeScriptMITUpdated 2 days ago

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).

npmtariff-resolverv1.1.0

Run

npx -y tariff-resolver

MCP client config

{
  "mcpServers": {
    "tariff-resolver": {
      "command": "npx",
      "args": [
        "-y",
        "tariff-resolver"
      ]
    }
  }
}