mcp for Gemini CLI
com.walletbureau/mcp
Risk score for a Base wallet before your agent pays it: 0-100, verdict and explained flags.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@walletbureau/mcp"
],
"env": {
"WALLETBUREAU_API_KEY": "<WALLETBUREAU_API_KEY>",
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"X402_MAX_PRICE_USD": "<X402_MAX_PRICE_USD>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs