Arc & Ledger Tax Reference
AL
Arc & Ledger Tax Reference
/decode_irs_notice

Decode an IRS notice

Use when a user provides the code from an IRS notice or letter and wants a general explanation, the usual response window, or the next procedural step. Do 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 /decode_irs_notice for me.

Input

FieldTypeDescription
notice_code*stringThe notice or letter code printed on the IRS mail, e.g. "CP2000", "CP 14", "LT11", "Letter
received_datestringDate on the notice (YYYY-MM-DD). Used to compute the response deadline. The IRS clock runs
amount_shownnumberThe dollar amount the notice proposes or bills, if any. Optional; used only for context, n
briefbooleanSet true for a shorter answer: skips the generic how-to-read guidance and common-error lis

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

Try it

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