tariff.watch for Gemini CLI
io.github.jaketdaniels/tariff-watch
Source-linked US tariff and trade-action changes: legal status, effective dates, dated archive.
client:Gemini CLI
transport:streamable-http
Install tariff.watch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tariff-watch": {
"httpUrl": "https://tariff.watch/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs