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
| Field | Type | Description |
|---|---|---|
| province* | string | Province slug, e.g. 'ontario', 'alberta', 'bc' |
| revenue* | number | Gross self-employment revenue for the year, CAD (before HST) |
| expenses | number | Deductible 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.