Skip to content
Gemini CLI

IRS SOI (income by ZIP) for Gemini CLI

io.github.mcpwright/soi-mcp

IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.

client:Gemini CLI transport:stdio runtime:pypi

Install IRS SOI (income by ZIP) 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": {
    "soi-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-soi"
      ],
      "env": {
        "SOI_MCP_STORE": "<SOI_MCP_STORE>"
      }
    }
  }
}

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

IRS SOI (income by ZIP) in other clients