Asaas for Gemini CLI
io.github.mcp-dir/asaas-mcp
Digital account and billing on Asaas with the full official REST API v3 (api.asaas.com), balance, ch
client:Gemini CLI
transport:streamable-http
tools:7
Install Asaas in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"asaas-mcp": {
"httpUrl": "https://api.mcp.ai/p_asaas"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs