Skip to content
Gemini CLI

boo mpp mcp for Gemini CLI

io.github.lucle87/boo-mpp-mcp

Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.

client:Gemini CLI transport:stdio runtime:npm

Install boo mpp mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "boo-mpp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "boo-mpp-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
        "MAX_USD_PER_CALL": "<MAX_USD_PER_CALL>",
        "MAX_USD_TOTAL": "<MAX_USD_TOTAL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

boo mpp mcp in other clients