Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mcpwright avatar

IRS SOI (Income By ZIP)

  • Updated June 10, 2026
  • mcpwright/soi-mcp

IRS SOI (income by ZIP) is an MCP server that exposes IRS income and tax statistics by ZIP—AGI, tax, credits, and deductions—from a local store in your agent.

About

IRS SOI (income by ZIP) is an MCP server that exposes Internal Revenue Service Statistics of Income style aggregates at the ZIP level so your agent can reason about adjusted gross income distributions, tax liabilities, credits, and deductions when you are still choosing a niche or price point. developers targeting U.S. consumers, prosumer software, or localized services use it to avoid hand-waving about affordability and to contrast ZIPs with different tax and income shapes. Data lives in a local SQLite store with an optional SOI_MCP_STORE directory override, keeping repeat queries snappy. This is statistical disclosure for research, not individual taxpayer data or automated filing. Install via PyPI stdio MCP alongside Census MCP when you want both survey-based demographics and return-based income signals. Complexity is intermediate: you need Python, MCP wiring, and comfort interpreting aggregated IRS tables rather than expecting turnkey charts.

  • IRS SOI income and tax statistics aggregated by ZIP inside the agent
  • Local SQLite store with optional SOI_MCP_STORE path override
  • PyPI stdio package mcpwright-soi (version 0.1.1)
  • AGI distribution, tax, credits, and deductions oriented fields
  • Complements Census ACS with tax-return-based income pictures

IRS SOI (Income By ZIP) by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --env SOI_MCP_STORE=YOUR_SOI_MCP_STORE mcpwright-soi -- uvx mcpwright-soi

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Packagemcpwright-soi
TransportSTDIO
AuthNone
Last updatedJune 10, 2026
Repositorymcpwright/soi-mcp

What it does

Inspect IRS Statistics of Income aggregates by ZIP—AGI distribution, tax, credits, and deductions—while defining who can afford your offer.

Who is it for?

U.S.-focused developers pairing tax-return-based income signals with positioning, tier design, or geo expansion lists.

Skip if: Household-level tax prep, non-U.S. markets, or teams that require certified financial compliance outputs from the agent alone.

What you get

Once soi-mcp is registered, your agent can pull IRS SOI-style ZIP stats from the local SQLite store to sharpen who you are building for.

  • ZIP-level AGI, tax, credit, and deduction aggregates reachable from agent chat
  • Persistent local SQLite store for repeated SOI lookups
  • Clearer affordability assumptions for ICP and pricing notes

By the numbers

  • Server version 0.1.1; PyPI identifier mcpwright-soi
  • Local SQLite store with optional SOI_MCP_STORE override
  • Stat families: AGI distribution, tax, credits, deductions by ZIP
README.md

soi-mcp

IRS income & tax statistics by ZIP code, inside your agent. An MCP server that lets an LLM pull the income distribution, tax, credits, and deductions of any U.S. ZIP straight from the IRS Statistics of Income (SOI) — built on Anthropic's official mcp Python SDK.

All tools are read-only and the data is public domain (a U.S. government work) — no API key required. The dataset is downloaded once into a local SQLite store and served offline.

Status: publisheduvx mcpwright-soi (PyPI) and listed in the official MCP Registry as io.github.mcpwright/soi-mcp. 10 tools, working today (see below). The IRS SOI ZIP release lags ~2–3 years; the latest available year (currently Tax Year 2022) loads by default, and older years are one refresh <year> away. See the roadmap for what's next.

Tools

Tool What it does
lookup_zip(zip_code) Confirm a ZIP has SOI data → state, number of returns, number of individuals, tax year. A good first call.
get_income(zip_code) Adjusted gross income (AGI), average AGI per return, and income components: salaries/wages, taxable interest, ordinary dividends, business net income, net capital gain.
get_agi_distribution(zip_code) The distinctive one. The ZIP's returns and AGI split across the six IRS AGI brackets (<$25k, $25–50k, $50–75k, $75–100k, $100–200k, $200k+), with each bracket's share — the income shape of a ZIP, not just an average.
get_tax(zip_code) Income tax, income tax before credits, total tax liability (broader — includes self-employment tax, etc.), total tax payments, and average total tax per return.
get_credits(zip_code) EITC take-up (overall and split by number of qualifying children: none / one / two / three or more) and the additional (refundable) child tax credit.
get_deductions(zip_code) Standard vs. itemized deductions (count and amount), the taxes-paid (SALT) deduction, and the percent of returns that itemized.
get_filing_status(zip_code) Single / married-filing-jointly / head-of-household return counts, elderly returns (age 65+), and the count and share of electronically filed returns.
compare_zips(zips, metric) Rank several ZIPs by one metric (e.g. avg_agi_per_return, pct_returns_200k_plus, total_tax_liability, eitc_amount), highest first.
get_state_totals(state) A whole state's totals and AGI-bracket mix (returns, individuals, AGI, average AGI per return, income tax, total tax liability), from the IRS state rollup. Accepts "CA" or "California".
get_soi_field(zip_code, field) Escape hatch: the raw value of one SOI field code (e.g. A00100 for AGI, N1 for returns) for a ZIP, summed across brackets, with its label and unit. Limited to the fields in the store.

All dollar amounts are returned in whole USD (the source reports thousands). Counts are numbers of returns, rounded by the IRS to the nearest 10.

Install

Requires Python 3.12+. The zero-clone way to run it (the PyPI package is mcpwright-soi; the command, server, and tools are all "soi"):

uvx mcpwright-soi

The first tool call downloads the latest SOI ZIP file (~200 MB) into a local SQLite store under your OS cache directory and serves everything offline thereafter. To pre-load (or to pick a specific tax year) without waiting for the first query:

uvx mcpwright-soi setup            # download the latest available year
uvx mcpwright-soi refresh 2021     # re-pull a specific older year for comparison

Claude Code

claude mcp add soi -- uvx mcpwright-soi

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "soi": { "command": "uvx", "args": ["mcpwright-soi"] }
  }
}

OpenAI Agents SDK (Python)

It's a standard MCP server, so it works with any MCP-capable client — not just Claude. With the OpenAI Agents SDK:

from agents import Agent, Runner
from agents.mcp import MCPServerStdio

async def main():
    async with MCPServerStdio(
        name="soi",
        params={"command": "uvx", "args": ["mcpwright-soi"]},
    ) as soi:
        agent = Agent(
            name="Analyst",
            instructions="Use the SOI tools for IRS income and tax data by ZIP.",
            mcp_servers=[soi],
        )
        result = await Runner.run(
            agent, "What's the income distribution of ZIP 90210 vs 10001?"
        )
        print(result.final_output)

Any other MCP client (Cursor, VS Code, Cline, Goose, Zed, …)

They all launch a stdio MCP server the same way — point yours at:

{
  "mcpServers": {
    "soi": { "command": "uvx", "args": ["mcpwright-soi"] }
  }
}

Hosted chat connectors (e.g. ChatGPT connectors) expect a remote MCP server over Streamable HTTP; mcpwright-soi runs locally over stdio.

Storage: the dataset lives in a SQLite file under your OS cache dir (override with the SOI_MCP_STORE env var). Delete it any time; setup / refresh rebuilds it.

A note on suppression: the IRS excludes ZIPs with fewer than 100 returns (folding them into a "99999" bucket) and suppresses line items with fewer than 20 returns. Summed ZIP totals can therefore slightly understate reality and won't exactly equal the state total. All figures are aggregates of filed returns, not a population census.

Develop

git clone https://github.com/mcpwright/soi-mcp && cd soi-mcp
uv sync
uv run pytest                                          # tests (mocked download + seeded SQLite)
uv run ruff check src/ && uv run ruff format --check src/   # lint + format
uv run mypy                                            # strict type checking
uv run mcp dev src/soi_mcp/server.py                   # poke the tools in the MCP Inspector

Roadmap

  • lookup_zip / get_income / get_agi_distribution — the income backbone
  • get_tax / get_credits / get_deductions / get_filing_status — the tax side
  • compare_zips — rank ZIPs by a metric
  • get_state_totals — state rollups from the IRS 00000 row
  • get_soi_field — raw-field escape hatch
  • setup / refresh [year] — download once, re-pull or pick an older tax year
  • Publish to PyPI (mcpwright-soi) + the official MCP Registry (io.github.mcpwright/soi-mcp)
  • Multi-year queries in one call (trend a ZIP across tax years)

Privacy

soi-mcp runs entirely on your machine. It collects, stores, or transmits no personal data — no accounts, no tracking, no telemetry. Its only outbound requests go to the U.S. IRS static file host (www.irs.gov/pub/irs-soi) to download the public SOI ZIP-code CSV; no API key is needed and nothing about your queries leaves your machine. The downloaded dataset is cached on disk as a local SQLite file (under your OS cache dir, or SOI_MCP_STORE); delete it any time.

Full policy: https://mcpwright.com/privacy/

Questions & feedback

  • Questions, ideas, or "could it do X?"Discussions
  • Bugs & concrete feature requestsIssues

Contributions welcome — and if you build something with it, I'd love to hear about it.


Part of mcpwright · built by Devender Gollapally

Recommended MCP Servers

How it compares

IRS SOI ZIP aggregates MCP—not SEC EDGAR filings and not Census ACS survey demographics.

FAQ

Who is IRS SOI (Income By ZIP) for?

Developers researching U.S. ZIP-level income and tax aggregates inside Claude Code, Cursor, or similar agents during audience definition.

When should I use IRS SOI (Income By ZIP)?

Use it during Idea audience work when AGI distribution, deductions, or credits by ZIP inform whether your price and channel match reality.

How do I add IRS SOI (Income By ZIP) to my agent?

Install mcpwright-soi from PyPI, optionally set SOI_MCP_STORE for the SQLite path, add the stdio MCP server to your agent config, then query ZIP income and tax stats via MCP tools.

Financeanalytics

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.