Skip to content
VS Code

Trade Tariffs MCP for VS Code

net.nexlab/trade-tariffs

US import tariff lookup against the official USITC Harmonized Tariff Schedule

client:VS Code transport:streamable-http

Install Trade Tariffs MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "trade-tariffs": {
      "type": "http",
      "url": "https://mcp.nexlab.net/mcp/trade-tariffs"
    }
  }
}

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

Trade Tariffs MCP in other clients