tariffmonitor mcp for VS Code
io.github.daleweaver1981/tariffmonitor-mcp
US import tariff estimates: HTS lookup and stacked rate (MFN + Section 301 + 232). No API key.
client:VS Code
transport:stdio
runtime:npm
Install tariffmonitor mcp in VS Code
.vscode/mcp.json
{
"servers": {
"tariffmonitor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs