Skip to content
VS Code

tariff resolver for VS Code

io.github.opsloft/tariff-resolver

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

client:VS Code transport:stdio runtime:npm

Install tariff resolver in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tariff resolver in other clients