FreelancerTax — Canadian self-employed tax math
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
mcpprobedfreelancertaxcanadian
$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

FieldTypeDescription
current_year_estimate*numberEstimated NET TAX OWING for the CURRENT year, CAD — per the CRA calculation chart: income
prior_year_owing*numberNet tax owing for the prior year, CAD (same chart basis: excludes CPP/EI payable)
second_prior_year_owing*numberNet tax owing two years ago, CAD (same chart basis: excludes CPP/EI payable)
cpp_payablenumberOPTIONAL: current-year CPP contributions and EI premiums payable on self-employment income
quebecbooleanQuebec 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.