forms
F
forms
/estimate_contractor_tax

Estimate contractor tax (Canada)

Estimate 2026 income tax, CPP, and take-home for a self-employed Canadian contractor or tradesperson (sole proprietor) by province. Uses sourced CRA and provinc

liveverifiedunknown~5s typical
mcpprobedforms
$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-ca-bluecraneworks-forms /estimate_contractor_tax for me.

Input

FieldTypeDescription
province*stringProvince slug, e.g. 'ontario', 'alberta', 'bc'
revenue*numberGross self-employment revenue for the year, CAD (before HST)
expensesnumberDeductible business expenses, CAD (default 0)

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-ca-bluecraneworks-forms","endpoint":"/estimate_contractor_tax","input":{"province":"...","revenue":1}}'
cli
npx cracked-ai run -p mcp-ca-bluecraneworks-forms -e /estimate_contractor_tax -i '{"province":"...","revenue":1}'
mcp
run_tool({ provider: "mcp-ca-bluecraneworks-forms", endpoint: "/estimate_contractor_tax", input: {"province":"...","revenue":1} })

Try it

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