IRS SOI (income by ZIP) for Grok
io.github.mcpwright/soi-mcp
IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.
client:Grok
transport:stdio
runtime:pypi
Install IRS SOI (income by ZIP) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"soi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<SOI_MCP_STORE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs