com.everydaybudd/decisions
Official5 toolsVerified US tax and money decision tools: verdict plus a pre-filled deep link to the full page.
Offers verified US tax and money decision tools with direct links to full reference pages.
Captured live from the server via tools/list.
job_offer_worth_it
Is this job offer worth it? — Compares two jobs on real take-home pay after federal, state, FICA, 401(k) and commute, and says which wins and by how much. Returns a one-line verdict plus a link to the full interactive page with the numbers pre-filled. Accepts only numbers and enums.
Parameters (3)
- currentobjectrequired
- offerobjectrequired
- optionsobject
freelance_rate_floor
Freelance Rate Floor — Calculates the hourly rate a freelancer must bill to match a given salary after self-employment tax and lost benefits. Returns a one-line verdict plus a link to the full interactive page with the numbers pre-filled. Accepts only numbers and enums.
Parameters (6)
- currentSalarynumberrequired
A non-negative number (US dollars unless the field name says otherwise).
- stateCodestringrequired
Two-letter US state code, e.g. CA, TX, NY.
- filingStatusstringrequired
One of: single, married_joint, married_separate, head_of_household.
- annualBenefitsValuenumberrequired
A non-negative number (US dollars unless the field name says otherwise).
- billableHoursPerYearinteger
A non-negative number (US dollars unless the field name says otherwise).
- yearinteger
Tax year, e.g. 2026. Omit to use the current tax year.
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 plus a link to the full interactive page with the numbers pre-filled. Accepts only numbers and enums.
Parameters (9)
- currentGrossIncomenumberrequired
A non-negative number (US dollars unless the field name says otherwise).
- filingStatusstringrequired
One of: single, married_joint, married_separate, head_of_household.
- expectedRetirementIncomenumberrequired
A non-negative number (US dollars unless the field name says otherwise).
- afterTaxContributionnumber
A non-negative number (US dollars unless the field name says otherwise).
- yearsToGrowinteger
A non-negative number (US dollars unless the field name says otherwise).
- annualReturnRatenumber
Decimal fraction, e.g. 0.07 for 7%. Must be between 0 and 1 (do not pass a whole-number percent).
- accountTypestring
One of: 401k, ira.
- ageinteger
A non-negative number (US dollars unless the field name says otherwise).
- yearinteger
Tax year, e.g. 2026. Omit to use the current tax year.
best_filing_status
Married Filing Jointly vs Separately — Compares Married Filing Jointly vs Separately for a couple and says which keeps more, including lost credits. Returns a one-line verdict plus a link to the full interactive page with the numbers pre-filled. Accepts only numbers and enums.
Parameters (7)
- spouseAobjectrequired
- spouseBobjectrequired
- qualifyingChildreninteger
A non-negative number (US dollars unless the field name says otherwise).
- otherDependentsinteger
A non-negative number (US dollars unless the field name says otherwise).
- investmentIncomenumber
A non-negative number (US dollars unless the field name says otherwise).
- hasChildcareExpensesboolean
true or false.
- yearinteger
Tax year, e.g. 2026. Omit to use the current tax year.
raise_bonus_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 link to the full interactive page with the numbers pre-filled. Accepts only numbers and enums.
Parameters (8)
- currentSalarynumberrequired
A non-negative number (US dollars unless the field name says otherwise).
- raiseAmountnumberrequired
A non-negative number (US dollars unless the field name says otherwise).
- stateCodestringrequired
Two-letter US state code, e.g. CA, TX, NY.
- filingStatusstringrequired
One of: single, married_joint, married_separate, head_of_household.
- lifestyleInflationPercentnumber
Percentage from 0 to 100.
- annualInflationPercentnumber
Percentage from 0 to 100.
- kindstring
One of: raise, bonus.
- yearinteger
Tax year, e.g. 2026. Omit to use the current tax year.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"decisions": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.everydaybudd.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.