AL
Arc & Ledger Tax Reference
/check_treaty_withholding
Check US withholding and treaty rates (W-8BEN)
Use to explain general US withholding rules, documentation, and supported US-Turkey treaty rates for a payment category. Treaty eligibility and source rules dep
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_treaty_withholding for me.
Input
| Field | Type | Description |
|---|---|---|
| income_type* | string (dividends | interest | royalties | personal_services | scholarship_fellowship) | The kind of US-source payment: "dividends" (from US stocks or a US corporation), "interest |
| payee_country* | string (turkey | other_non_us | united_states) | Country of TAX RESIDENCE of the person or company RECEIVING the payment. "turkey" returns |
| payee_type | string (individual | company) | Whether the payee is an individual or a company/entity. Defaults to individual. Determines |
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_treaty_withholding","input":{"income_type":"dividends","payee_country":"turkey"}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /check_treaty_withholding -i '{"income_type":"dividends","payee_country":"turkey"}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/check_treaty_withholding", input: {"income_type":"dividends","payee_country":"turkey"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.