decisions
D
decisions
/roth_vs_traditional

Roth vs Traditional

Roth vs Traditional — Compares Roth vs Traditional retirement contributions: the break-even retirement tax rate and which to choose. Returns a one-line verdict

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 /roth_vs_traditional for me.

Input

FieldTypeDescription
currentGrossIncome*numberA non-negative number (US dollars unless the field name says otherwise).
filingStatus*string (single | married_joint | married_separate | head_of_household)One of: single, married_joint, married_separate, head_of_household.
expectedRetirementIncome*numberA non-negative number (US dollars unless the field name says otherwise).
afterTaxContributionnumberA non-negative number (US dollars unless the field name says otherwise).
yearsToGrowintegerA non-negative number (US dollars unless the field name says otherwise).
annualReturnRatenumberDecimal fraction, e.g. 0.07 for 7%. Must be between 0 and 1 (do not pass a whole-number pe
accountTypestring (401k | ira)One of: 401k, ira.
ageintegerA non-negative number (US dollars unless the field name says otherwise).
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":"/roth_vs_traditional","input":{"currentGrossIncome":1,"filingStatus":"single","expectedRetirementIncome":1}}'
cli
npx cracked-ai run -p mcp-com-everydaybudd-decisions -e /roth_vs_traditional -i '{"currentGrossIncome":1,"filingStatus":"single","expectedRetirementIncome":1}'
mcp
run_tool({ provider: "mcp-com-everydaybudd-decisions", endpoint: "/roth_vs_traditional", input: {"currentGrossIncome":1,"filingStatus":"single","expectedRetirementIncome":1} })

Try it

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