← tools-berry.com

INDIVIDUAL MCP TOOL

compute_take_home

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.

tools-berry.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tools-berry.com

No auth detected

Connect to this endpoint to inspect the live schema for compute_take_home and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

tools-berry.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tools-berry]
url = "https://mcp.tools-berry.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tools-berry": {
      "type": "http",
      "url": "https://mcp.tools-berry.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tools-berry
Remote MCP URL: https://mcp.tools-berry.com

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tools-berry": {
      "url": "https://mcp.tools-berry.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tools-berry": {
      "type": "http",
      "url": "https://mcp.tools-berry.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tools-berry",
  "transport": "streamable-http",
  "url": "https://mcp.tools-berry.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compute_bonus_withholding — 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.
  • compare_states — Net pay on the same salary in several states, ranked best-first, with each state's gap to the best one.
  • get_state_rates — 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.