W
whitelabel-ordering
10 endpointsliveOrder food from Cordering white-label restaurants: browse menus, confirm, then place an order. (MCP server com.cordering/whitelabel-ordering, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for whitelabel-ordering.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| logout /logout verified | Sign the user out. By default signs out of every restaurant; pass a clientId to sign out of one, and an account label to sign out just that account. | $0.0020 per call | unknown |
| check order /check_order verified | Check the current status of an order the user has already placed, using the order number returned by place_order. Reports whether the restaurant has accepted it | $0.0020 per call | unknown |
| submit login code /submit_login_code verified | Complete a sign-in started by login, using the 'code' value the user copied from the browser address bar. On success the user can place orders from that restaur | $0.0020 per call | unknown |
| list menu /list_menu verified | Show the restaurant's menu to the user as a visual HTML document — a horizontally-scrollable category strip with item photos, names and prices. Present the retu | $0.0020 per call | unknown |
| prepare order /prepare_order verified | 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 | $0.0020 per call | unknown |
| place order /place_order verified | Place an order previously staged by prepare_order. Requires the confirmationToken returned by prepare_order. This causes a real order to be sent to the vendor. | $0.0020 per call | unknown |
| switch account /switch_account verified | Choose which signed-in account to order with at a restaurant, e.g. to switch between work and personal. The account must already be signed in via login. | $0.0020 per call | unknown |
| login /login verified | Start signing the user in to a restaurant so they can place orders. Browsing the menu never needs this — only ordering and saving an address do. Returns a URL t | $0.0020 per call | unknown |
| list accounts /list_accounts verified | Show which accounts are signed in, per restaurant, and which one is active. Useful when the user keeps separate work and personal accounts. | $0.0020 per call | unknown |
| list vendors /list_vendors verified | Find restaurants (vendors) available for ordering. This is the discovery entry point: each card shows the clientId and vendorId that list_menu and prepare_order | $0.0020 per call | unknown |