IRS SOI (income by ZIP) for Zed
io.github.mcpwright/soi-mcp
IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.
client:Zed
transport:stdio
runtime:pypi
Install IRS SOI (income by ZIP) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"soi-mcp": {
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<SOI_MCP_STORE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs