A
AcuiQ
/create_checkout
create checkout
Create a Stripe Checkout session for an AcuiQ product and return its URL. Give the URL to the human to open and complete — the agent never touches payment data.
liveverifiedunknown~5s typical
mcpprobedacuiq
$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-com-acuiq-acuiq /create_checkout for me.
Input
| Field | Type | Description |
|---|---|---|
| product* | string (press-needles | treatment-guide | practitioner-edition | point-reference | atlas-charts | corpus-licence) | Product to purchase. press-needles ($19.99/box, ships US); treatment-guide ($12.99 digital |
| quantity | number | Number of boxes (physical products only, default 1) |
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-com-acuiq-acuiq","endpoint":"/create_checkout","input":{"product":"press-needles"}}'cli
npx cracked-ai run -p mcp-com-acuiq-acuiq -e /create_checkout -i '{"product":"press-needles"}'mcp
run_tool({ provider: "mcp-com-acuiq-acuiq", endpoint: "/create_checkout", input: {"product":"press-needles"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.