ProfitCollector
P
ProfitCollector
/post_quebec_invoice_compliance_check

post quebec invoice compliance check

Verifies GST/QST were calculated correctly per Revenu Quebec's current (non-compounded) formula, and flags whether a French invoice version is present per Chart

liveverifiedunknown~5s typical
mcpprobedprofitcollector
$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-bakhour-profitcollector /post_quebec_invoice_compliance_check for me.

Input

FieldTypeDescription
subtotal*numberPre-tax subtotal in CAD.
gst_amount*numberGST amount as shown on the invoice.
qst_amount*numberQST amount as shown on the invoice.
english_textstringThe invoice's primary/other-language text (optional but needed for the language check).
french_textstringThe invoice's French text, if any (optional -- its absence is itself flagged).

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-bakhour-profitcollector","endpoint":"/post_quebec_invoice_compliance_check","input":{"subtotal":1,"gst_amount":1,"qst_amount":1}}'
cli
npx cracked-ai run -p mcp-ca-bakhour-profitcollector -e /post_quebec_invoice_compliance_check -i '{"subtotal":1,"gst_amount":1,"qst_amount":1}'
mcp
run_tool({ provider: "mcp-ca-bakhour-profitcollector", endpoint: "/post_quebec_invoice_compliance_check", input: {"subtotal":1,"gst_amount":1,"qst_amount":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.