whitelabel-ordering
W
whitelabel-ordering
/prepare_order

prepare order

Resolve a natural-language food order (one or more items) to concrete menu items and return a summary plus a confirmation token. Does NOT place the order. Call

liveverifiedunknown~5s typical
mcpprobedwhitelabel-ordering
$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-cordering-whitelabel-ordering /prepare_order for me.

Input

FieldTypeDescription
clientIdintegerclientId of the restaurant, from a list_vendors result. Omit only when the server is confi
vendorIdintegervendorId of the restaurant, from a list_vendors result. Omit only when the server is confi
items*arrayThe item(s) to order — one or more lines, each with an item name, an optional quantity (de
deliveryAddress*stringDelivery address text, e.g. 'Orlovica Pavla 26'.
datestringDelivery date-time as an ISO-8601 UTC instant, e.g. '2026-07-25T12:00:00Z'. Must be in the
notesstringOptional notes for the vendor.
cutlerybooleanWhether to ask the restaurant to include disposable cutlery. Only pass this when the user
bringTerminalbooleanWhether the courier should bring a card terminal so the order can be paid by card on deliv

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-cordering-whitelabel-ordering","endpoint":"/prepare_order","input":{"items":[],"deliveryAddress":"..."}}'
cli
npx cracked-ai run -p mcp-com-cordering-whitelabel-ordering -e /prepare_order -i '{"items":[],"deliveryAddress":"..."}'
mcp
run_tool({ provider: "mcp-com-cordering-whitelabel-ordering", endpoint: "/prepare_order", input: {"items":[],"deliveryAddress":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.