AL
Arc & Ledger Tax Reference
/check_resolution_options
Check IRS resolution options
Use to screen general IRS payment and collection alternatives from a rough balance, filing-compliance status, ability-to-pay category, and coarse tax-account ty
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 /check_resolution_options for me.
Input
| Field | Type | Description |
|---|---|---|
| balance_owed_usd* | number | Total amount owed to the IRS including tax, penalties, and interest (a rough figure is fin |
| all_required_returns_filed | boolean | Whether every required tax return has actually been FILED (even if the tax was not paid). |
| tax_account_type | string (individual_income_tax | business_non_trust_fund_or_out_of_business | business_trust_fund | unknown) | Coarse, nonidentifying IRS account type. individual_income_tax includes Form 1040 income-t |
| ability_to_pay* | string (can_pay_in_full_soon | can_make_monthly_payments | can_pay_little | cannot_pay_basic_living) | Your realistic ability to pay. can_pay_in_full_soon = you can clear the balance within abo |
| balance_includes_penalties | boolean | Whether the balance includes failure-to-file or failure-to-pay penalties, so penalty abate |
| brief | boolean | Set true for a shorter answer: options come back as path + fit only, without the descripti |
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":"/check_resolution_options","input":{"balance_owed_usd":1,"ability_to_pay":"can_pay_in_full_soon"}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /check_resolution_options -i '{"balance_owed_usd":1,"ability_to_pay":"can_pay_in_full_soon"}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/check_resolution_options", input: {"balance_owed_usd":1,"ability_to_pay":"can_pay_in_full_soon"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.