F
forms
/required_hourly_rate
Required hourly rate for a target take-home
Work backwards from the annual take-home a contractor wants to the hourly rate they must bill, accounting for 2026 income tax and CPP in their province plus bil
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 /required_hourly_rate for me.
Input
| Field | Type | Description |
|---|---|---|
| province* | string | Province slug, e.g. 'ontario' |
| target_take_home* | number | Desired annual after-tax take-home, CAD |
| billable_hours_per_week | number | Billable hours per week (default 30) |
| weeks_per_year | number | Working weeks per year (default 48) |
| overhead_annual | number | Annual business overhead, 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":"/required_hourly_rate","input":{"province":"...","target_take_home":1}}'cli
npx cracked-ai run -p mcp-ca-bluecraneworks-forms -e /required_hourly_rate -i '{"province":"...","target_take_home":1}'mcp
run_tool({ provider: "mcp-ca-bluecraneworks-forms", endpoint: "/required_hourly_rate", input: {"province":"...","target_take_home":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.