A2
AI2Fin (2Fin) Tax MCP
/cgt_estimate
Australian capital gains tax estimate
Estimate Australian capital gains tax for a resident individual by taxing the gain at the marginal rate on top of other income (the difference of two income-tax
liveunknown~5s typical
mcpai2fin(2fin)tax
$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-ai2fin-ai2fin-tax-mcp /cgt_estimate for me.
Input
| Field | Type | Description |
|---|---|---|
| income* | number | Other taxable income for the year in AUD (salary etc.) — sets the marginal rate the gain s |
| proceeds* | number | Sale price of the asset in AUD |
| costBase* | number | Cost base in AUD — what the asset cost, including eligible incidental costs |
| capitalLosses | number | Capital losses to offset, in AUD — applied against the gross gain before any discount default 0 |
| heldMoreThan12Months* | boolean | True when the asset was held over 12 months, which halves the taxable gain (the 50% CGT di |
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-ai2fin-ai2fin-tax-mcp","endpoint":"/cgt_estimate","input":{"income":1,"proceeds":1,"costBase":1,"capitalLosses":0,"heldMoreThan12Months":true}}'cli
npx cracked-ai run -p mcp-com-ai2fin-ai2fin-tax-mcp -e /cgt_estimate -i '{"income":1,"proceeds":1,"costBase":1,"capitalLosses":0,"heldMoreThan12Months":true}'mcp
run_tool({ provider: "mcp-com-ai2fin-ai2fin-tax-mcp", endpoint: "/cgt_estimate", input: {"income":1,"proceeds":1,"costBase":1,"capitalLosses":0,"heldMoreThan12Months":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.