Skip to content
Cursor

IRS SOI (income by ZIP) for Cursor

io.github.mcpwright/soi-mcp

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

client:Cursor transport:stdio runtime:pypi

Install IRS SOI (income by ZIP) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "soi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpwright-soi"
      ],
      "env": {
        "SOI_MCP_STORE": "<SOI_MCP_STORE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

IRS SOI (income by ZIP) in other clients