F
forms
/hst_quick_method
HST Quick Method comparison (Ontario)
Compare the CRA Quick Method of accounting for HST against the regular method for an Ontario contractor: what they would remit and keep under each, with the bre
liveverifiedunknown~5s typical
mcpprobedforms
$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-bluecraneworks-forms /hst_quick_method for me.
Input
| Field | Type | Description |
|---|---|---|
| revenue* | number | Annual revenue before HST, CAD |
| operating_itcs | number | GST/HST paid on operating expenses that the regular method would reclaim as ITCs, CAD (def |
| type | string (services | goods) | Business type for the quick-method rate (default services) |
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-bluecraneworks-forms","endpoint":"/hst_quick_method","input":{"revenue":1}}'cli
npx cracked-ai run -p mcp-ca-bluecraneworks-forms -e /hst_quick_method -i '{"revenue":1}'mcp
run_tool({ provider: "mcp-ca-bluecraneworks-forms", endpoint: "/hst_quick_method", input: {"revenue":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.