CP
Canada Payroll — employer cost & take-home math (2026)
/employee_take_home
employee take home
2026 take-home pay for a Canadian employee on regular salary: CPP/QPP (incl. second-ceiling CPP2/QPP2), EI (and QPIP for Quebec), federal and provincial income
liveverifiedunknown~5s typical
mcpprobedcanadapayroll—
$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-canada-payroll-canada-payroll /employee_take_home for me.
Input
| Field | Type | Description |
|---|---|---|
| annual_salary* | number | Gross annual salary, CAD |
| province* | string | Two-letter province/territory code |
| pay_frequency | string (weekly | biweekly | semimonthly | monthly | annual) | Pay frequency for the per-period view (default biweekly) |
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-canada-payroll-canada-payroll","endpoint":"/employee_take_home","input":{"annual_salary":1,"province":"..."}}'cli
npx cracked-ai run -p mcp-ca-canada-payroll-canada-payroll -e /employee_take_home -i '{"annual_salary":1,"province":"..."}'mcp
run_tool({ provider: "mcp-ca-canada-payroll-canada-payroll", endpoint: "/employee_take_home", input: {"annual_salary":1,"province":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.