Arc & Ledger Tax Reference
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

FieldTypeDescription
max_aggregate_foreign_balance_usd*numberThe 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*booleanTrue if your tax home is outside the United States (higher Form 8938 thresholds apply).
account_countnumberNumber of foreign accounts, if known.
unfiled_yearsnumberHow 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.