AL
Arc & Ledger Tax Reference
/check_fbar_fatca
Check FBAR and FATCA obligations
Use to screen general FBAR and Form 8938 thresholds from aggregate balance, filing status, residence, and account-count facts. Do not request account numbers, i
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_fbar_fatca for me.
Input
| Field | Type | Description |
|---|---|---|
| max_aggregate_foreign_balance_usd* | number | The highest combined value of ALL your foreign financial accounts at any point during the |
| filing_status* | string (single | married_filing_jointly | married_filing_separately | head_of_household) | Your US tax filing status. |
| lives_abroad* | boolean | True if your tax home is outside the United States (higher Form 8938 thresholds apply). |
| account_count | number | Number of foreign accounts, if known. |
| unfiled_years | number | How many past years of FBARs you have NOT filed but should have. 0 or omitted if current. |
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_fbar_fatca","input":{"max_aggregate_foreign_balance_usd":1,"filing_status":"single","lives_abroad":true}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /check_fbar_fatca -i '{"max_aggregate_foreign_balance_usd":1,"filing_status":"single","lives_abroad":true}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/check_fbar_fatca", input: {"max_aggregate_foreign_balance_usd":1,"filing_status":"single","lives_abroad":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.