chargebee for Gemini CLI
io.usefulapi/chargebee
Read Chargebee customers, subscriptions, invoices, items, transactions, credit notes and coupons.
client:Gemini CLI
transport:streamable-http
Install chargebee in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chargebee": {
"httpUrl": "https://chargebee.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs