Tools Berry Paycheck
Server Details
Live US paycheck and payroll-tax math for 2026, all 50 states and DC, powered by tools-berry.com.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- edyda99/tools-berry-mcp
- GitHub Stars
- 0
- Server Listing
- Tools Berry MCP Server
Available Tools
4 toolscompare_statesCompare take-home across statesAInspect
Net pay on the same salary in several states, ranked best-first, with each state's gap to the best one.
| Name | Required | Description | Default |
|---|---|---|---|
| salary | Yes | Gross annual salary in US dollars | |
| states | Yes | 2 to 51 states/DC | |
| filingStatus | No | Filing status. Defaults to "single". "single" also covers married-filing-separately. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It does mention the ranking and gap output, but it does not disclose calculation assumptions (e.g., which taxes are included, use of standard deductions) or limitations. This is moderately transparent but leaves room for ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that immediately conveys the tool's purpose and output format. It contains no filler or redundant wording, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with three parameters and no output schema, the description is fairly complete: it explains the output ranking and gap, and the schema covers parameter details. While it lacks notes on tax assumptions, this is not critical for selecting or invoking the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-specific meaning beyond 'same salary' and 'several states,' both of which are already evident from the schema's property descriptions. No extra semantics are provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states exactly what the tool does: compares net pay on the same salary across multiple states, and specifies the output as a best-first ranking with gap to the best. This clearly distinguishes it from sibling tools like compute_take_home (single state) and get_state_rates (rates only).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The tool's use case is implied by its name and description—comparing take-home across several states—but it does not explicitly mention when to use it instead of siblings like compute_take_home or get_state_rates. No exclusion criteria or conditional guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compute_bonus_withholdingBonus / supplemental withholdingAInspect
What is actually withheld from a bonus in 2026: the federal flat 22% supplemental rate (37% above $1,000,000 of supplemental wages), the state supplemental treatment (flat rate, aggregate/regular method, or none), and FICA.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | US state or DC: full name ("Ohio"), two-letter code ("OH"), or slug ("ohio", "district-of-columbia"). | |
| salary | No | Optional regular annual salary — improves FICA and aggregate-method accuracy | |
| bonusAmount | Yes | Gross bonus in US dollars | |
| filingStatus | No | Filing status. Defaults to "single". "single" also covers married-filing-separately. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavior, and it does so substantively: it names the exact federal rates (22%, 37% above $1,000,000), explains state supplemental methods (flat, aggregate, none), and includes FICA. It does not mention limitations or output format, but the disclosed scope is strong and goes well beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, dense sentence that front-loads the core purpose ('What is actually withheld') and packs essential specifics (rates, thresholds, state methods, FICA) without wasted words. Every element earns its place and the structure is easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of tax withholding and the absence of an output schema, the description should clarify return values and edge cases. It clearly explains what factors are considered, but it does not describe the shape of the result or caveats (e.g., local taxes, wage base limits). It is useful but not fully complete for a tool with no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of the parameters with descriptions, so the baseline is a 3. The tool description does not add extra parameter-level meaning beyond what the schema already states, except indirectly by mentioning state treatment methods, which the schema's state description does not elaborate. This is adequate but not enhanced.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the tool's function: computing what is withheld from a bonus in 2026, covering federal supplemental rates, state treatment, and FICA. It distinguishes itself from siblings like compare_states or get_state_rates by emphasizing the combined withholding computation and the bonus-specific context.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for bonus withholding calculations but does not explicitly state when to prefer this tool over siblings such as compute_take_home or get_state_rates. No exclusions or alternative guidance are provided, so usage context is only implicit from the tool name and wording.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compute_take_homeTake-home pay by stateAInspect
Full 2026 paycheck breakdown for a salary in one state: federal income tax, Social Security, Medicare, state income tax, state payroll programs, net pay (annual/monthly/biweekly) and effective tax rate.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | US state or DC: full name ("Ohio"), two-letter code ("OH"), or slug ("ohio", "district-of-columbia"). | |
| salary | Yes | Gross annual salary in US dollars | |
| filingStatus | No | Filing status. Defaults to "single". "single" also covers married-filing-separately. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses the components calculated (federal/state taxes, Social Security, Medicare, state payroll programs) and output frequencies, but it does not disclose assumptions like the use of standard deductions, whether pre-tax deductions are ignored, or that results are estimates. This is a meaningful gap for a calculation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the core purpose ('Full 2026 paycheck breakdown') and lists outputs efficiently. Every word adds value, with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of an output schema, the description does a good job enumerating the net pay frequencies and tax components. However, it is slightly unclear what 'state payroll programs' refers to, and it does not explicitly mention that the filingStatus parameter affects state tax calculations, though that is implied by the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all three parameters. The description does not add any parameter-specific meaning beyond what the schema provides, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('compute') and resource ('take-home pay'), and explicitly lists the components and output frequencies. It clearly distinguishes from sibling tools like compare_states (which compares states) and get_state_rates (which only provides rates) by focusing on a single state's full paycheck breakdown.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'in one state' clearly implies this tool is for calculating take-home pay for a single state, differentiating it from comparing states. However, it does not explicitly mention alternatives or when not to use it, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_state_ratesState 2026 rate scheduleAInspect
A state's 2026 schedule: flat rate or bracket ladder, standard deduction, employee payroll programs, bonus/supplemental method, and the statutory source the figures come from.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | US state or DC: full name ("Ohio"), two-letter code ("OH"), or slug ("ohio", "district-of-columbia"). | |
| filingStatus | No | Filing status. Defaults to "single". "single" also covers married-filing-separately. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It adds value by listing the contents of the schedule, but it does not disclose side effects (likely a read-only operation), error behavior, state coverage, or any quirks such as how disputed or missing rates are handled. It falls short of fully transparent but is not misleading.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is front-loaded with the core subject and efficiently lists the contained elements. No unnecessary words or repetition. It earns its place entirely.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the main outputs but lacks details about the structure of the response (e.g., how bracket ladders are represented), potential edge cases (unknown state), or whether the data is for all states. Given the absence of an output schema, more specificity would be helpful, but the description is adequate for a straightforward retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with detailed descriptions for both parameters (state formats, filingStatus defaults and coverage). The description adds no additional parameter semantics, so it does not exceed the baseline provided by the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as providing a state's 2026 tax schedule, enumerating key components (flat rate/bracket ladder, standard deduction, payroll programs, bonus method, statutory source). This distinguishes it from sibling tools like compute_bonus_withholding and compute_take_home, which are computation tools. However, it lacks an explicit verb (e.g., 'retrieves') and relies on the name for the action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that this tool is used to fetch rate schedule data, as opposed to computing withholding or take-home pay. It does not explicitly state when to use this instead of siblings, nor does it mention any exclusions or prerequisites. The guidance is implicit through content but not made explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Verified 2026 Canadian payroll math: employer total cost, employee take-home, net-to-gross. Free.
Current source-cited 2026 US tax constants and calculators for AI agents; every answer cites IRS.
Deterministic Mexican payroll & tax math: finiquito, ISR, aguinaldo, IMSS (2026 tables).
Money, tax & business calculators kept current with 2026 rules — plus operator insights.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables 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.342MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to calculate US household employer (nanny) taxes for all 50 states plus DC, including Social Security, Medicare, FUTA, and state unemployment, through natural language.MIT
- AlicenseBqualityCmaintenance39 tax tools for US individual taxpayers — federal/state tax calculations, credits, deductions, retirement strategies, audit risk, and tax planning. All calculations run locally, no data leaves the machine. Supports TY2024 and TY2025 (One Big Beautiful Bill Act).4345412MIT
- AlicenseNot gradedqualityBmaintenanceCurrent, source-cited US federal tax constants and freelancer calculators for tax year 2026, including the July 1 mid-year mileage change. Every response carries its IRS/SSA primary source and a last-verified date; refuses rather than guesses.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct focus: multi-state comparison, bonus withholding, single-state full breakdown, and reference rates. compute_take_home and get_state_rates overlap slightly on state tax details, but the purpose is clearly different (calculation vs. reference).
All tool names follow a consistent verb_noun pattern: compare_states, compute_bonus_withholding, compute_take_home, get_state_rates. The verbs 'compare', 'compute', and 'get' are all clear and consistent in style.
Four tools is well within the ideal range for a focused paycheck/tax calculator. Each tool serves a distinct, necessary function with no redundancy or bloat.
The set covers the core workflows: single-state take-home, multi-state comparison, bonus-specific withholding, and state rate lookup. Minor gaps exist, such as no support for hourly or irregular pay calculations, but the main domain is well covered.