Skip to content
Cursor

tariff resolver for Cursor

io.github.opsloft/tariff-resolver

US import duty research: HTS codes, Chapter 99 duties, MPF/HMF fees, landed cost. USITC data.

client:Cursor transport:stdio runtime:npm

Install tariff resolver in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tariff resolver in other clients