AL
Arc & Ledger Tax Reference
/check_itin_eligibility
Screen an ITIN reason and application path
Use to screen general ITIN reason categories, whether a return is commonly attached, and supporting-document requirements. Never request or process an actual IT
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_itin_eligibility for me.
Input
| Field | Type | Description |
|---|---|---|
| has_ssn* | boolean | Whether you already have, or are eligible for, a US Social Security Number. If yes, you ca |
| reason* | string (file_us_tax_return | owner_of_us_llc | claim_treaty_benefit | spouse_or_dependent | third_party_withholding | open_us_bank_or_other) | Why you think a US taxpayer ID may be needed. file_us_tax_return = you must file a US retu |
| is_foreign_national | boolean | Whether you are a non-US citizen without US immigration status that grants an SSN. Default |
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_itin_eligibility","input":{"has_ssn":true,"reason":"file_us_tax_return"}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /check_itin_eligibility -i '{"has_ssn":true,"reason":"file_us_tax_return"}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/check_itin_eligibility", input: {"has_ssn":true,"reason":"file_us_tax_return"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.