decisions
D
decisions
/raise_bonus_value

Raise / Bonus True Value

Raise / Bonus True Value — Shows how much of a raise or bonus you actually keep after marginal tax and lifestyle inflation. Returns a one-line verdict plus a li

liveunknown~5s typical
mcpdecisions
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-everydaybudd-decisions /raise_bonus_value for me.

Input

FieldTypeDescription
currentSalary*numberA non-negative number (US dollars unless the field name says otherwise).
raiseAmount*numberA non-negative number (US dollars unless the field name says otherwise).
stateCode*stringTwo-letter US state code, e.g. CA, TX, NY.
filingStatus*string (single | married_joint | married_separate | head_of_household)One of: single, married_joint, married_separate, head_of_household.
lifestyleInflationPercentnumberPercentage from 0 to 100.
annualInflationPercentnumberPercentage from 0 to 100.
kindstring (raise | bonus)One of: raise, bonus.
yearintegerTax year, e.g. 2026. Omit to use the current tax year.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-everydaybudd-decisions","endpoint":"/raise_bonus_value","input":{"currentSalary":1,"raiseAmount":1,"stateCode":"...","filingStatus":"single"}}'
cli
npx cracked-ai run -p mcp-com-everydaybudd-decisions -e /raise_bonus_value -i '{"currentSalary":1,"raiseAmount":1,"stateCode":"...","filingStatus":"single"}'
mcp
run_tool({ provider: "mcp-com-everydaybudd-decisions", endpoint: "/raise_bonus_value", input: {"currentSalary":1,"raiseAmount":1,"stateCode":"...","filingStatus":"single"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.