AL
Arc & Ledger Tax Reference
/estimate_irs_penalty
Estimate IRS penalties and interest
Use to estimate selected federal failure-to-file, failure-to-pay, and underpayment amounts from nonidentifying figures. The result is an estimate and does not r
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_irs_penalty for me.
Input
| Field | Type | Description |
|---|---|---|
| balance_owed_usd* | number | The unpaid tax balance (the tax itself, before penalties and interest). |
| months_late* | number | Whole months past the deadline. The failure-to-file penalty counts any part of a month as |
| return_filed | boolean | Whether you actually FILED the return (even if you did not pay). If false, the larger 5%/m |
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_irs_penalty","input":{"balance_owed_usd":1,"months_late":1}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /estimate_irs_penalty -i '{"balance_owed_usd":1,"months_late":1}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/estimate_irs_penalty", input: {"balance_owed_usd":1,"months_late":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.