AL
Arc & Ledger Tax Reference
/deadline_calendar
US filing deadlines for founders
Use to return common federal filing and payment dates for a selected filer or entity type. The user must verify the date for weekends, holidays, extensions, fis
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 /deadline_calendar for me.
Input
| Field | Type | Description |
|---|---|---|
| entity_type* | string (foreign_owned_llc | foreign_owned_c_corp | multi_member_llc | s_corp | nonresident_individual) | Your US tax entity. foreign_owned_llc = a SINGLE-MEMBER US LLC owned by a non-US person (f |
| filing_year | integer | The tax year whose deadlines you want (the year being reported). Defaults to the prior cal |
| has_us_source_wages | boolean | Nonresident individuals only: whether you had US wages subject to withholding. Determines |
| has_foreign_bank_over_10k | boolean | Whether the aggregate of your foreign financial accounts exceeded $10,000 at any point (tr |
| formed_in_us | boolean | Whether the entity was formed in the US (relevant to the BOI report, from which most US-fo |
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":"/deadline_calendar","input":{"entity_type":"foreign_owned_llc"}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /deadline_calendar -i '{"entity_type":"foreign_owned_llc"}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/deadline_calendar", input: {"entity_type":"foreign_owned_llc"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.