B
BorealHost
/complete_checkout
complete checkout
Complete checkout with payment and start site provisioning. The checkout must be in "ready" status. Two payment methods: - "stripe_checkout" (default): Return
liveverifiedunknown~5s typical
mcpprobedborealhost
$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-ai-borealhost-mcp /complete_checkout for me.
Input
| Field | Type | Description |
|---|---|---|
| checkout_id* | string | |
| payment_method | string | default "stripe_checkout" |
| payment_method_id | string | default "" |
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-ai-borealhost-mcp","endpoint":"/complete_checkout","input":{"checkout_id":"...","payment_method":"stripe_checkout","payment_method_id":""}}'cli
npx cracked-ai run -p mcp-ai-borealhost-mcp -e /complete_checkout -i '{"checkout_id":"...","payment_method":"stripe_checkout","payment_method_id":""}'mcp
run_tool({ provider: "mcp-ai-borealhost-mcp", endpoint: "/complete_checkout", input: {"checkout_id":"...","payment_method":"stripe_checkout","payment_method_id":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.