A2
AI2Fin (2Fin) Tax MCP
/superannuation_estimate
Australian superannuation estimate
Estimate Australian superannuation for an employee: the compulsory Superannuation Guarantee contribution (12% from 2025-26), concessional (before-tax) contribut
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 /superannuation_estimate for me.
Input
| Field | Type | Description |
|---|---|---|
| ordinaryEarnings* | number | Ordinary time earnings the Superannuation Guarantee applies to, in AUD (usually salary/wag |
| salarySacrifice | number | Voluntary before-tax (concessional) contributions in AUD default 0 |
| personalDeductible | number | Personal contributions claimed as a tax deduction in AUD (also concessional) default 0 |
| otherTaxableIncome | number | Other taxable income in AUD — only used to test the Division 293 high-earner threshold default 0 |
| taxYear | string | Financial-year label like '2025-26'; omit to use the current Australian financial year |
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":"/superannuation_estimate","input":{"ordinaryEarnings":1,"salarySacrifice":0,"personalDeductible":0,"otherTaxableIncome":0}}'cli
npx cracked-ai run -p mcp-com-ai2fin-ai2fin-tax-mcp -e /superannuation_estimate -i '{"ordinaryEarnings":1,"salarySacrifice":0,"personalDeductible":0,"otherTaxableIncome":0}'mcp
run_tool({ provider: "mcp-com-ai2fin-ai2fin-tax-mcp", endpoint: "/superannuation_estimate", input: {"ordinaryEarnings":1,"salarySacrifice":0,"personalDeductible":0,"otherTaxableIncome":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.