mcpbeat Sign in

Whitelabel Ordering MCP Server

by cordering Your server? Claim it
answering

Whitelabel Ordering is answering right now. Last checked 13 min ago. It exposes 10 tools.

Order food from Cordering white-label restaurants: browse menus, confirm, then place an order.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 4 days of history
4 days agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
190 ms
Response time
average over 24h
open, no key
Access
streamable-http

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add whitelabel-ordering --transport http https://wl-mcp.cordering.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whitelabel-ordering": {
      "url": "https://wl-mcp.cordering.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whitelabel-ordering]
url = "https://wl-mcp.cordering.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "whitelabel-ordering": {
      "url": "https://wl-mcp.cordering.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whitelabel-ordering": {
      "url": "https://wl-mcp.cordering.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

accounts
list_accounts
Show which accounts are signed in, per restaurant, and which one is active. Useful when the user keeps separate work and personal accounts.
login
login
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 the user must open in a browser to sign in with Google or Apple; afterwards they copy the 'code' value from the address bar and you call submit_login_code. Each restaurant has its own login, so this must be done per restaurant.
logout
logout
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.
menu
list_menu
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 returned HTML by opening it as an HTML artifact; do NOT paste the markup into the chat as text. (Ordering does not require this — prepare_order resolves item names on its own.)
order
check_order
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, whether it is on its way, and whether it has finished (delivered or declined). There is no background tracking and no notification: call this again when the user asks, and only until the order is reported as finished.
place
place_order
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.
prepare
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 place_order with the returned token to actually place it.
submit
submit_login_code
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 restaurant.
switch
switch_account
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.
vendors
list_vendors
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 need. Call it with no arguments to list every restaurant — that is the normal case. Returns a complete, self-contained HTML document of vendor cards (logo, address, phone, delivery fee) — restaurants open today first in colour, those closed today greyed out at the bottom. Present the returned HTML to the user by opening it as an HTML artifact; do not paste the markup into the chat.

Endpoints

URLTransportStateLatencyChecked
https://wl-mcp.cordering.com/mcp streamable-http answering 195 ms 13 min ago

Alternatives to Whitelabel Ordering

same job, measured the same way
Guest
by meni

Guest API for meni.ge restaurants: browse menus, place orders, reserve tables. No auth needed.

13 tools answering
Servd Agentic Ordering
by yh919

Discover Servd venues, browse menus, validate carts, place confirmed orders, and track status.

6 tools answering
MCP Geraeats
by geraservicesuk

Browse restaurants, search dishes, order food delivery, track riders. 50+ countries.

48 installs/wk local only
BAM Kaarsen catalog
by realbam

Search and browse the BAM Kaarsen candle catalog and white-label offering. Read-only, no auth.

4 tools answering
Servd Merchant
by getservd

Run your restaurant from an AI client: orders, menu, reports, refunds, payouts and staff.

answering
Tacobell
by markswendsen-code

MCP server for Taco Bell - browse menu, customize orders, place pickup

41 installs/wk local only
MenuFresh
by menufresh

The brain for restaurant costs, pricing, and true profit (read/edit menu, recipes, costs).

answering
Tableall
by tableall

Access Japan's finest Michelin-starred restaurants. Search, check availability, and browse menus.

10 tools answering

Whitelabel Ordering — questions

Answers built from our own checks of this server.

What can Whitelabel Ordering do?
It exposes 10 tools, read directly from the server on our last check. Among them: check_order, list_accounts, list_menu, list_vendors, login, logout and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Whitelabel Ordering working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 190 ms. The bar chart above shows every period we have measured.
Is Whitelabel Ordering still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Whitelabel Ordering?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Whitelabel Ordering need an API key?
No. Whitelabel Ordering completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Whitelabel Ordering?
It answers our handshake in 190 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.