refund decide for Gemini CLI
io.github.ndkasndakn/refund-decide
Refund eligibility notary for US subscriptions. Returns ALLOWED/DENIED/UNKNOWN.
client:Gemini CLI
transport:streamable-http
tools:1
Install refund decide in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"refund-decide": {
"httpUrl": "https://refund.decide.fyi/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