FC
FreelancerTax — Canadian self-employed tax math
/instalment_plan
instalment plan
Determine whether a Canadian individual must pay quarterly income-tax instalments (the $3,000 / $1,800-Quebec net-tax-owing tests) and compute all three CRA pay
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 /instalment_plan for me.
Input
| Field | Type | Description |
|---|---|---|
| current_year_estimate* | number | Estimated NET TAX OWING for the CURRENT year, CAD — per the CRA calculation chart: income |
| prior_year_owing* | number | Net tax owing for the prior year, CAD (same chart basis: excludes CPP/EI payable) |
| second_prior_year_owing* | number | Net tax owing two years ago, CAD (same chart basis: excludes CPP/EI payable) |
| cpp_payable | number | OPTIONAL: current-year CPP contributions and EI premiums payable on self-employment income |
| quebec | boolean | Quebec resident (lower federal threshold; amounts cover the FEDERAL side only — Revenu Qué |
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":"/instalment_plan","input":{"current_year_estimate":1,"prior_year_owing":1,"second_prior_year_owing":1}}'cli
npx cracked-ai run -p mcp-ca-freelancertax-freelancertax -e /instalment_plan -i '{"current_year_estimate":1,"prior_year_owing":1,"second_prior_year_owing":1}'mcp
run_tool({ provider: "mcp-ca-freelancertax-freelancertax", endpoint: "/instalment_plan", input: {"current_year_estimate":1,"prior_year_owing":1,"second_prior_year_owing":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.