GetCurrentOffer for Gemini CLI
com.getcurrentoffer/mcp
Search live credit card merchant offers across Amex, Chase, Citi, PayPal, Rakuten, Capital One.
client:Gemini CLI
transport:streamable-http
Install GetCurrentOffer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://getcurrentoffer.com/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