FreshGate for Gemini CLI
io.github.franktherecensor-hash/freshgate
Paid MCP tool that checks whether a web page has changed. $0.001 per check via x402 on Base.
client:Gemini CLI
transport:sse
tools:1
Install FreshGate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"freshgate": {
"url": "https://freshgate-api.franktherecensor.workers.dev/paid-mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs