braintree for Gemini CLI
io.usefulapi/braintree
Search Braintree transactions, customers and payment methods, and refund or void charges.
client:Gemini CLI
transport:streamable-http
Install braintree in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"braintree": {
"httpUrl": "https://braintree.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