govauctions.app for Gemini CLI
app.govauctions/govauctions
Live listings, sold prices and resale scores from GovAuctions.app, the public surplus-auction site.
client:Gemini CLI
transport:streamable-http
tools:8
Install govauctions.app in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"govauctions": {
"httpUrl": "https://govauctions.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs