FC
FreelancerTax — Canadian self-employed tax math
/cpp_self_employed
cpp self employed
Compute self-employed CPP contributions for a given year: base + enhanced contributions, CPP2 (second ceiling), total payable, and the tax-deduction vs tax-cred
liveverifiedunknown~5s typical
mcpprobedfreelancertax—canadian
$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-freelancertax-freelancertax /cpp_self_employed for me.
Input
| Field | Type | Description |
|---|---|---|
| year* | integer (2025 | 2026) | |
| net_self_employment_income* | number | Net self-employment income, CAD |
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-freelancertax-freelancertax","endpoint":"/cpp_self_employed","input":{"year":2025,"net_self_employment_income":1}}'cli
npx cracked-ai run -p mcp-ca-freelancertax-freelancertax -e /cpp_self_employed -i '{"year":2025,"net_self_employment_income":1}'mcp
run_tool({ provider: "mcp-ca-freelancertax-freelancertax", endpoint: "/cpp_self_employed", input: {"year":2025,"net_self_employment_income":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.