← Back to tools
W

whitelabel-ordering

10 endpointslive

Order 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.
EndpointWhat it doesPriceHealth
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 callunknown
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 callunknown
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 callunknown
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 callunknown
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 callunknown
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 callunknown
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 callunknown
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 callunknown
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 callunknown
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 callunknown
Cracked: one key, every tool, your agent picks