Arc & Ledger Tax Reference
AL
Arc & Ledger Tax Reference
/estimate_quarterly_taxes

Estimate quarterly taxes

Use to estimate federal quarterly tax payments from nonidentifying income, entity, withholding, and prior-year tax figures. Return the assumptions, safe-harbor

liveverifiedunknown~5s typical
mcpprobedarc&ledger
$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-arcandledger-tax-tools /estimate_quarterly_taxes for me.

Input

FieldTypeDescription
ytd_net_income_usd*numberYour net self-employment / business income so far THIS year (year to date), before tax.
entity*string (sole_proprietor | single_member_llc | partnership | s_corp_shareholder | other)How the income is taxed. Sole proprietor / SMLLC / partnership pay self-employment tax; S-
statestringUS state. Only California installment timing is modeled specifically; when omitted, no sta
ytd_withholding_usdnumberFederal tax already withheld this year (e.g. from a W-2 or S-corp salary). Counts toward t
prior_year_total_tax_usdnumberTotal federal tax on last year's return. Enables the prior-year safe harbor (often the eas
prior_year_agi_usdnumberLast year's adjusted gross income (AGI). If over $150,000 ($75,000 MFS), the prior-year sa

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-arcandledger-tax-tools","endpoint":"/estimate_quarterly_taxes","input":{"ytd_net_income_usd":1,"entity":"sole_proprietor"}}'
cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /estimate_quarterly_taxes -i '{"ytd_net_income_usd":1,"entity":"sole_proprietor"}'
mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/estimate_quarterly_taxes", input: {"ytd_net_income_usd":1,"entity":"sole_proprietor"} })

Try it

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