BankingMCP for Gemini CLI
com.banking-mcp/banking
Read-only access to your bank balances and transactions in Germany and the EU. Free trial.
client:Gemini CLI
transport:streamable-http
Install BankingMCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"banking": {
"httpUrl": "https://banking-mcp.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