IRS SOI (income by ZIP) for LangChain
io.github.mcpwright/soi-mcp
IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.
client:LangChain
transport:stdio
runtime:pypi
Install IRS SOI (income by ZIP) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"soi-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["mcpwright-soi"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs