M
mcp-server
/checkout
checkout
Execute checkout on an existing cart and create an order. Requires a cart_id, shipping and billing address IDs, and method IDs. IMPORTANT: Before calling checko
liveunknown~5s typical
mcpmcp-server
$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-b2bware-mcp-server /checkout for me.
Input
| Field | Type | Description |
|---|---|---|
| cart_id* | string | Cart ID returned by upsert_cart |
| shipping_address_id* | number | Required shipping address ID. Use list_customer_addresses to fetch valid IDs. |
| billing_address_id* | number | Required billing address ID. Use list_customer_addresses to fetch valid IDs. |
| shipping_method_id* | number | Required shipping method ID. Use list_shipping_methods first. |
| billing_method_id* | number | Required billing method ID. Use list_billing_methods first. |
| comment | string |
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-b2bware-mcp-server","endpoint":"/checkout","input":{"cart_id":"...","shipping_address_id":1,"billing_address_id":1,"shipping_method_id":1,"billing_method_id":1}}'cli
npx cracked-ai run -p mcp-com-b2bware-mcp-server -e /checkout -i '{"cart_id":"...","shipping_address_id":1,"billing_address_id":1,"shipping_method_id":1,"billing_method_id":1}'mcp
run_tool({ provider: "mcp-com-b2bware-mcp-server", endpoint: "/checkout", input: {"cart_id":"...","shipping_address_id":1,"billing_address_id":1,"shipping_method_id":1,"billing_method_id":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.