tariffmonitor mcp for Zed
io.github.daleweaver1981/tariffmonitor-mcp
US import tariff estimates: HTS lookup and stacked rate (MFN + Section 301 + 232). No API key.
client:Zed
transport:stdio
runtime:npm
Install tariffmonitor mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tariffmonitor-mcp": {
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs