mcp-server
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

FieldTypeDescription
cart_id*stringCart ID returned by upsert_cart
shipping_address_id*numberRequired shipping address ID. Use list_customer_addresses to fetch valid IDs.
billing_address_id*numberRequired billing address ID. Use list_customer_addresses to fetch valid IDs.
shipping_method_id*numberRequired shipping method ID. Use list_shipping_methods first.
billing_method_id*numberRequired billing method ID. Use list_billing_methods first.
commentstring

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.