FC
FreelancerTax — Canadian self-employed tax math
/gst_quick_method_compare
gst quick method compare
Compare the GST/HST Quick Method against the regular method for a Canadian small business: eligibility (revenue ceiling + excluded professions), remittance unde
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 /gst_quick_method_compare for me.
Input
| Field | Type | Description |
|---|---|---|
| province* | string | Two-letter province code of the permanent establishment (e.g. ON, BC, QC) |
| revenue* | number | Annual taxable revenue BEFORE tax, CAD |
| itc_eligible_expenses_incl_tax | number | Annual ITC-eligible operating expenses INCLUDING tax, CAD (for the regular-method comparis |
| business_type | string | Free-text business type, e.g. 'services', 'consultant', 'retail goods', 'bookkeeper' (used |
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":"/gst_quick_method_compare","input":{"province":"...","revenue":1}}'cli
npx cracked-ai run -p mcp-ca-freelancertax-freelancertax -e /gst_quick_method_compare -i '{"province":"...","revenue":1}'mcp
run_tool({ provider: "mcp-ca-freelancertax-freelancertax", endpoint: "/gst_quick_method_compare", input: {"province":"...","revenue":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.