tariffmonitor mcp for Cursor
io.github.daleweaver1981/tariffmonitor-mcp
US import tariff estimates: HTS lookup and stacked rate (MFN + Section 301 + 232). No API key.
client:Cursor
transport:stdio
runtime:npm
Install tariffmonitor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tariffmonitor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs