Live US paycheck and payroll-tax math for 2026, all 50 states and DC, powered by tools-berry.com.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server that answers US paycheck and payroll-tax questions for 2026 with real arithmetic instead of a guess: take-home pay, bonus withholding, state comparisons, and per-state rate schedules for all 50 states and DC.
It is already hosted and free to use. You do not need to install or run anything.
Endpoint: https://mcp.tools-berry.com β Streamable HTTP, JSON-RPC 2.0 over POST.
Alias: https://tools-berry-mcp.edydaherz.workers.dev.
Claude Code
Claude.ai / Claude Desktop β Settings β Connectors β Add custom connector, and paste:
Cursor β in ~/.cursor/mcp.json (or .cursor/mcp.json in a project):
Anything else β it is plain JSON-RPC, so curl works:
That call returns a net of $63,294.38 on an $80,000 Ohio salary β the same number the matching page on the site shows, to the cent.
| Tool | Answers | Required arguments |
|---|---|---|
compute_take_home | Full paycheck breakdown for a salary in one state: federal income tax, Social Security, Medicare, state income tax, state payroll programs, net annual/monthly/biweekly, effective rate | state, salary |
compute_bonus_withholding | What is actually withheld from a bonus: the federal 22% supplemental rate (37% above $1,000,000), the state's bonus treatment, and FICA | state, bonusAmount |
compare_states | Net pay on the same salary across several states, ranked best-first with each state's gap to the winner | states, salary |
get_state_rates | One state's 2026 schedule: flat rate or bracket ladder, standard deduction, employee payroll programs, supplemental method, and the statute the figures come from | state |
state accepts a full name (Ohio), a two-letter code (OH), or a slug (ohio,
district-of-columbia). filingStatus is optional on every tool and defaults to single;
it accepts single, married, head_of_household, and the usual aliases (mfj, mfs, hoh).
Every response carries both readable text and a structuredContent object of raw numbers.
The endpoint answers GETs so you can check it without a client:
| Request | Returns |
|---|---|
GET / | A JSON self-description: server info, protocol version, instructions, tool list |
GET /health | {"ok":true} |
GET /?rpc=<url-encoded JSON-RPC request> | Executes a single read-only request and returns the JSON-RPC response |
The ?rpc= form is a convenience for smoke tests, not part of MCP. It exists because some
networks block *.workers.dev or drop POST probes, and a server nobody can reach is
indistinguishable from a server that is down.
tools.js imports src/engine/paycheck-engine.js and
src/engine/bonus-tax.js directly and feeds them the same data files the public pages are
built from. Nothing is re-derived for the MCP layer; that layer only shapes input, picks a
link, and formats text. test/test-mcp-server.js asserts the server's answers equal the
engine called directly, to the cent, across all 51 jurisdictions β so the server cannot
quietly drift away from the site.initialize, tools/list,
tools/call, plus ping and the empty resources/list / prompts/list probes, so it is
implemented by hand in mcp.js rather than pulling in an SDK. npm install is a no-op;
npm test runs on plain Node.Tax year 2026, all 50 states plus the District of Columbia. Covered: federal income tax, Social Security and Medicare (including the additional 0.9%), state income tax, and state employee payroll programs such as SDI and PFML. Figures are withholding-style estimates for a single job with no pre-tax deductions and no credits beyond the standard deduction. Local and city income taxes are not included. This is not tax advice and it is not a filed return.
get_state_rates returns a source field naming the statute or department schedule each
state's figures come from, so any number here can be traced back.
Provenance and refresh. The engine and the two data files are maintained on tools-berry.com and mirrored into this repository. The hosted server is deployed from the site's own repository, so this repo is the readable, reusable copy rather than the deployment source. When rates change on the site, the mirror is refreshed here. If you need a guarantee that you are on current figures, call the hosted endpoint.
If figures or code from here feed something you publish, please cite tools-berry.com. That request is the whole business model behind giving the engine away.
You do not need to β the hosted instance is free and open. But if you want your own copy:
It is a single Cloudflare Worker with no bindings and no secrets. wrangler.toml has the
custom-domain block commented out; uncomment it and point it at a hostname you control, or
just use the workers.dev URL wrangler prints.
MIT β see LICENSE. Copyright 2026 Edmond Daher.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tools-berry-paycheck)<a href="https://allmcps.com/mcp/tools-berry-paycheck"><img src="https://allmcps.com/api/badge/tools-berry-paycheck?style=directory" alt="Tools Berry Paycheck on AllMCPs" /></a>