D
decisions
/best_filing_status
Married Filing Jointly vs Separately
Married Filing Jointly vs Separately — Compares Married Filing Jointly vs Separately for a couple and says which keeps more, including lost credits. Returns a o
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 /best_filing_status for me.
Input
| Field | Type | Description |
|---|---|---|
| spouseA* | object | |
| spouseB* | object | |
| qualifyingChildren | integer | A non-negative number (US dollars unless the field name says otherwise). |
| otherDependents | integer | A non-negative number (US dollars unless the field name says otherwise). |
| investmentIncome | number | A non-negative number (US dollars unless the field name says otherwise). |
| hasChildcareExpenses | boolean | true or false. |
| year | integer | Tax 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":"/best_filing_status","input":{"spouseA":{},"spouseB":{}}}'cli
npx cracked-ai run -p mcp-com-everydaybudd-decisions -e /best_filing_status -i '{"spouseA":{},"spouseB":{}}'mcp
run_tool({ provider: "mcp-com-everydaybudd-decisions", endpoint: "/best_filing_status", input: {"spouseA":{},"spouseB":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.