Catalog
io.github.mcpwright/soi-mcp
Officialby mcpwright · Python
IRS SOI (income by ZIP)
IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.
IRS income and tax statistics by ZIP code including AGI, credits, and deductions.
Topics
claudeirsmcpmodel-context-protocoltaxstatistics-of-income
README not available yet.
Install
Configuration
Environment variables
SOI_MCP_STOREOptional path override for the local SQLite store (defaults to the OS cache dir).
claude_desktop_config.json
{
"mcpServers": {
"soi-mcp": {
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<YOUR_SOI_MCP_STORE>"
}
}
}
}