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
{
"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