statetakehome-mcp
Enables AI assistants to compute US take-home pay, self-employment taxes, and capital gains taxes for the 2026 tax year using the engine from statetakehome.com.
README
statetakehome-mcp
A Model Context Protocol (MCP) server that puts a full US paycheck-tax engine directly at your AI assistant's fingertips: federal brackets, all 50 states + DC, FICA, self-employment tax, and capital gains — all for the 2026 tax year, and all sourced from the same engine that powers statetakehome.com.
Why it's different: most take-home-pay calculators stop at "gross minus taxes." This one also understands the 2026 OBBBA (One Big Beautiful Bill Act) landscape — the current-year federal brackets and thresholds it ships with already reflect the post-OBBBA baseline, so estimates stay accurate as the rules that shaped the 2026 tax year continue to roll out.
Quick Start
No installation needed — run it with npx.
Claude Desktop / Claude Code
Add to your MCP config (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"statetakehome": {
"command": "npx",
"args": ["-y", "statetakehome-mcp"]
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"statetakehome": {
"command": "npx",
"args": ["-y", "statetakehome-mcp"]
}
}
}
Restart your client and the three tools below become available.
Tools
1. us_take_home_pay
Net pay for a US W-2 employee: federal income tax, state income tax (all 50 states + DC), Social Security, Medicare, Additional Medicare, and state-specific extras (CA SDI, OR transit tax, etc.). Handles pre-tax 401(k) and health-insurance deductions and returns a per-paycheck breakdown for every pay frequency.
Example call:
{
"gross": 75000,
"state": "CA",
"filingStatus": "single"
}
Response (abridged, from the live engine):
{
"result": {
"gross": 75000,
"federalTax": 7670,
"stateTax": 2940.85,
"socialSecurity": 4650,
"medicare": 1087.5,
"totalTax": 17323.35,
"takeHome": 57676.65,
"effectiveRate": 0.2310,
"perPaycheck": { "biweekly": 2218.33, "monthly": 4806.39 }
}
}
The same input with "state": "TX" (no state income tax) returns stateTax: 0 and takeHome: 61592.5 — $3,915.85 higher on the same gross pay.
2. self_employment_tax
Schedule SE self-employment tax (15.3% on 92.35% of net profit, split into the Social Security and Medicare portions), the 0.9% Additional Medicare surtax, federal income tax, an optional state income tax, and a quarterly estimated-payment figure.
Example call:
{
"netProfit": 90000,
"filingStatus": "single",
"state": "TX"
}
Response (abridged, from the live engine):
{
"result": {
"netProfit": 90000,
"seTax": 12716.6,
"seTaxDeduction": 6358.3,
"federalIncomeTax": 9571.17,
"totalTax": 22287.77,
"quarterlyEstimate": 5571.94,
"setAsidePct": 0.2477
}
}
3. capital_gains_tax
Federal capital gains tax — long-term stacked 0%/15%/20% bands or short-term ordinary rates — plus the 3.8% Net Investment Income Tax (NIIT) above the MAGI threshold, and an optional state estimate (most states tax gains as ordinary income).
Example call:
{
"gain": 50000,
"ordinaryTaxableIncome": 80000,
"filingStatus": "single",
"term": "long"
}
Response (abridged, from the live engine):
{
"result": {
"gain": 50000,
"taxableGain": 50000,
"federalTax": 7500,
"niit": 0,
"totalTax": 7500,
"netProceeds": 42500,
"ltcgRate": 0.15
}
}
Data & Methodology
- Tax year: 2026.
- Federal brackets & standard deduction: IRS Rev. Proc. 2025-32.
- State brackets & standard deductions: Tax Foundation — State Individual Income Tax Rates and Brackets, as of January 1, 2026, cross-checked against individual state Departments of Revenue.
- FICA: current Social Security wage base and Medicare rates, including the 0.9% Additional Medicare surtax.
- Capital gains: long-term bands and the NIIT threshold per Rev. Proc. 2025-32, cross-checked against Tax Foundation and Schwab.
- Every response includes a
sourceblock naming the underlying publication and areference_urlpointing to the matching calculator on the live site for further reading and methodology notes:- https://statetakehome.com/
- https://statetakehome.com/self-employment-tax-calculator
- https://statetakehome.com/capital-gains-tax-calculator
The calculation code in this package is the same engine that runs statetakehome.com, kept in sync by hand — it is not a reimplementation.
Disclaimer
This tool produces estimates for planning purposes only. It is not tax advice. Tax situations vary; consult a licensed CPA or tax professional before making financial decisions.
License
MIT © tresor4k
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。