foxyio for Gemini CLI
io.usefulapi/foxyio
Read Foxy transactions, subscriptions, customers, carts and coupons; update customers and subs.
client:Gemini CLI
transport:streamable-http
Install foxyio in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"foxyio": {
"httpUrl": "https://foxyio.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