FC
FreelancerTax — Canadian self-employed tax math
/estimate_self_employed_tax
estimate self employed tax
Estimate a Canadian self-employed (sole proprietor) person's full tax bill: federal tax, provincial tax, CPP/QPP (incl. CPP2/QPP + QPIP for Quebec), total, afte
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 /estimate_self_employed_tax for me.
Input
| Field | Type | Description |
|---|---|---|
| year* | integer (2025 | 2026) | Tax year |
| province* | string | Two-letter province/territory code |
| net_self_employment_income* | number | Net self-employment income (after expenses), 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":"/estimate_self_employed_tax","input":{"year":2025,"province":"...","net_self_employment_income":1}}'cli
npx cracked-ai run -p mcp-ca-freelancertax-freelancertax -e /estimate_self_employed_tax -i '{"year":2025,"province":"...","net_self_employment_income":1}'mcp
run_tool({ provider: "mcp-ca-freelancertax-freelancertax", endpoint: "/estimate_self_employed_tax", input: {"year":2025,"province":"...","net_self_employment_income":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.