Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Tools Berry Paycheck
T
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Tools Berry Paycheck

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Live US paycheck and payroll-tax math for 2026, all 50 states and DC, powered by tools-berry.com.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "tools-berry-paycheck": {
      "command": "npx",
      "args": [
        "-y",
        "tools-berry-paycheck"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Tools Berry MCP server

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.

Connect

Claude Code

Terminal
claude mcp add --transport http tools-berry https://mcp.tools-berry.com

Claude.ai / Claude Desktop β€” Settings β†’ Connectors β†’ Add custom connector, and paste:

Code
https://mcp.tools-berry.com

Cursor β€” in ~/.cursor/mcp.json (or .cursor/mcp.json in a project):

config.json
{
  "mcpServers": {
    "tools-berry": {
      "url": "https://mcp.tools-berry.com"
    }
  }
}

Anything else β€” it is plain JSON-RPC, so curl works:

Terminal
curl -s https://mcp.tools-berry.com \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{
        "name":"compute_take_home",
        "arguments":{"state":"ohio","salary":80000}}}'

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.

Tools

ToolAnswersRequired arguments
compute_take_homeFull 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 ratestate, salary
compute_bonus_withholdingWhat is actually withheld from a bonus: the federal 22% supplemental rate (37% above $1,000,000), the state's bonus treatment, and FICAstate, bonusAmount
compare_statesNet pay on the same salary across several states, ranked best-first with each state's gap to the winnerstates, salary
get_state_ratesOne state's 2026 schedule: flat rate or bracket ladder, standard deduction, employee payroll programs, supplemental method, and the statute the figures come fromstate

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.

Probing it in a browser

The endpoint answers GETs so you can check it without a client:

RequestReturns
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.

Terminal
curl -sG https://mcp.tools-berry.com \
  --data-urlencode 'rpc={"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Design

  • No forked math. 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.
  • No dependencies. The protocol surface needed here is 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.
  • Stateless and read-only. No auth, no session, no storage, no bindings, no writes. Nothing you send is retained.
  • Rate limit: 120 requests per minute per IP. Every call is a few microseconds of arithmetic, so the ceiling only has to stop a runaway loop.
  • Attribution built in. Every tool response ends with a source line and a deep link to the page on tools-berry.com that shows the same figure.

The numbers

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.

Citation

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.

Deploy your own

You do not need to β€” the hosted instance is free and open. But if you want your own copy:

Terminal
npx wrangler deploy

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.

License

MIT β€” see LICENSE. Copyright 2026 Edmond Daher.

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Tools Berry Paycheck

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "tools-berry-paycheck": { "command": "npx", "args": ["-y", "Tools Berry Paycheck"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTools Berry Paycheck AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tools-berry-paycheck?style=directory)](https://allmcps.com/mcp/tools-berry-paycheck)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Tools Berry Paycheck β†’Install in Claude DesktopInstall in CursorInstall in VS Code