AI2Fin (2Fin) Tax MCP
A2
AI2Fin (2Fin) Tax MCP
/company_tax_estimate

Company tax estimate (AU, US, GB, IN, CA)

Estimate company/corporate income tax on an annual profit for Australia, the US, the UK, India or Canada — the five countries with source-verified company rates

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 /company_tax_estimate for me.

Input

FieldTypeDescription
country*string (AU | US | GB | IN | CA)Country with source-verified company-tax data
profit*numberAnnual taxable profit in local currency; a negative value (a loss) returns an explanatory
smallBusinessbooleanApply the small-business/concessional rate — only honoured where it covers all income (AU default false

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":"/company_tax_estimate","input":{"country":"AU","profit":1,"smallBusiness":false}}'
cli
npx cracked-ai run -p mcp-com-ai2fin-ai2fin-tax-mcp -e /company_tax_estimate -i '{"country":"AU","profit":1,"smallBusiness":false}'
mcp
run_tool({ provider: "mcp-com-ai2fin-ai2fin-tax-mcp", endpoint: "/company_tax_estimate", input: {"country":"AU","profit":1,"smallBusiness":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.