Connect Waitlist App Premium to Claude. Add walk-ins, send SMS, mark tables seated — in plain English, from any conversation.
Enterprise · $749/mo · purchased through our team
How it works
You
"Add Sarah for 6pm, party of 2"
Claude
Picks the right tool, fills in the args
Waitlist MCP
Authenticates & runs the action
Customer
Gets an SMS with their place in line
Setup
Tokens authenticate Claude to your queue without exposing your account password. Each token is shown once — copy it straight into a password manager.
The API Tokens section unlocks on the Enterprise plan ($749/mo, purchased through our team). On the Pro plan you'll see an upgrade card in the same spot. Contact us →
Pick how you use Claude. Each tab below has the exact config to paste — replace YOUR_TOKEN_HERE with the token from step 1.
Edit your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"waitlistapp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://car.0rder.app/mcp",
"--header",
"Authorization: Bearer YOUR_TOKEN_HERE"
]
}
}
}
Then restart Claude Desktop. The waitlist tools appear in the tools menu.
Available on Claude.ai Pro, Team, and Enterprise plans.
Server URL — copy:
https://car.0rder.app/mcp
Run this in your terminal — Claude Code stores it in your project's MCP config:
claude mcp add waitlistapp https://car.0rder.app/mcp \ --header "Authorization: Bearer YOUR_TOKEN_HERE"
Verify with claude mcp list.
Open a chat with the integration enabled and describe what you want. Claude picks the right tools and runs them.
add_entry
name="Sarah", party_size=2
#3
add_entry
name="Mike", party_size=2
#4
add_entry
name="Priya", party_size=2
#5
add_entry
name="John", party_size=2
#6
add_entry
name="David", party_size=2
#7
notify_entry
id=Sarah's id, event="added"
SMS sent
Reference
13 tools across queue management, customer notifications, and embedded widgets. Claude reads the schema automatically — you don't have to memorize anything.
list_queueadd_entryupdate_entryremove_entrynotify_entrymark_seatedsend_smswidgets_listwidget_getwidget_entries_listwidget_entry_searchwidget_entry_update_statusThe model
Waitlist App is organized around a few ideas that keep a whole operation coherent — modes as lenses, stations as the backbone, and a single place everything rolls up into.
Organization → Locations → Stations is the backbone. A station is a cross-mode endpoint with stackable features you toggle on.
People identify — scan a personal QR, tap an employee/member ID, or just a name — then the station's features drive what happens next.
Every mode records a business event at fulfilment through a single analytics gateway, so everything rolls up into one place.
Modes (Waitlist, Ticketing, Fulfilment, Memberships, Event check-in, Creator) are lenses over one shared account — your customers and settings persist across every one, and an account is entitled to some modes while others show locked.
Security
Issue a token per device. Revoke instantly from your dashboard if a laptop walks away.
Twilio account credentials are stored with industry-standard AES-256 envelope encryption and never returned to clients.
Tools only ever see entries owned by your account. No cross-tenant access, no data sold to third parties.
The Enterprise plan ($749/mo) unlocks the MCP server, server-side SMS, and unlimited tokens — purchased through our team.