IRS SOI (income by ZIP)
Rank #17,343io.github.mcpwright/soi-mcp
IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.
IRS SOI (income by ZIP) is a Model Context Protocol (MCP) server published by mcpwright. It ranks #17,343 of 115,591 servers tracked on MCP Toplist. IRS SOI (income by ZIP) is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 4, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 98,248 of 115,591 servers on MCP Toplist.
Use IRS SOI (income by ZIP)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add soi-mcp -e "SOI_MCP_STORE=<your SOI_MCP_STORE>" -- uvx mcpwright-soiReplace each placeholder with your own value before saving.
[mcp_servers.soi-mcp]
command = "uvx"
args = ["mcpwright-soi"]
[mcp_servers.soi-mcp.env]
SOI_MCP_STORE = "<your SOI_MCP_STORE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soi-mcp": {
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<your SOI_MCP_STORE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soi-mcp": {
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<your SOI_MCP_STORE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"soi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<your SOI_MCP_STORE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soi-mcp": {
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<your SOI_MCP_STORE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soi-mcp": {
"command": "uvx",
"args": [
"mcpwright-soi"
],
"env": {
"SOI_MCP_STORE": "<your SOI_MCP_STORE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mcpwright%2Fsoi-mcp)<a href="https://mcptoplist.com/server/io.github.mcpwright%2Fsoi-mcp"><img src="https://mcptoplist.com/badge/io.github.mcpwright%2Fsoi-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mcpwright
Other servers by mcpwright
- EDGAR (SEC filings)#14,072 · 2 vers
- Census (ACS by ZIP)#15,683 · 2 vers
- FRED (economic data)#19,687 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 20, 2026 |
| 0.1.0 | Jun 4, 2026 |
Frequently asked questions
- Who maintains IRS SOI (income by ZIP)?
- IRS SOI (income by ZIP) is maintained by mcpwright, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is IRS SOI (income by ZIP) listed on the Official MCP Registry?
- Yes — IRS SOI (income by ZIP) is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does IRS SOI (income by ZIP) have?
- MCP Toplist tracks 2 versions of IRS SOI (income by ZIP), most recently published on Aug 20, 2026.
- Where can I find the source code for IRS SOI (income by ZIP)?
- The source code for IRS SOI (income by ZIP) is hosted at github.com/mcpwright/soi-mcp.