P
ProfitCollector
/post_quebec_invoice_generate
post quebec invoice generate
Assembles a bilingual (French/English) Quebec invoice document with GST/QST computed exactly per Revenu Quebec's current formula -- you supply both languages' l
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_generate for me.
Input
| Field | Type | Description |
|---|---|---|
| invoice_number* | string | Your own invoice number/reference. |
| seller_name* | string | Seller/business name to display. |
| seller_gst_number | string | GST registration number, optional. |
| seller_qst_number | string | QST registration number, optional. |
| line_items* | array | Each item needs description_en, description_fr (both required -- this assembles, it does n |
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_generate","input":{"invoice_number":"...","seller_name":"...","line_items":[]}}'cli
npx cracked-ai run -p mcp-ca-bakhour-profitcollector -e /post_quebec_invoice_generate -i '{"invoice_number":"...","seller_name":"...","line_items":[]}'mcp
run_tool({ provider: "mcp-ca-bakhour-profitcollector", endpoint: "/post_quebec_invoice_generate", input: {"invoice_number":"...","seller_name":"...","line_items":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.