Skip to content
Gemini CLI

finance mcp for Gemini CLI

io.github.adididitagain/finance-mcp

Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.

client:Gemini CLI transport:stdio runtime:npm

Install finance 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": {
    "finance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "finance-data-mcp"
      ],
      "env": {
        "SEC_USER_AGENT": "<SEC_USER_AGENT>"
      }
    }
  }
}

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

finance mcp in other clients