prices deal for Gemini CLI
io.github.theluckystrike/prices-deal
Track prices and deals: watch a shop page, get target alerts, see price history. Data stays local.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:10
Install prices deal in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"prices-deal": {
"httpUrl": "https://mcp.zovo.one/mcp/prices-deal"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs