mcpbeat

Guest MCP Server

ge.meni/guest
answering

Guest is answering right now. Last checked 9 min ago. It exposes 9 tools.

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

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
9
Tools
read from the server
404 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

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

run in your terminal
claude mcp add guest --transport http https://api.meni.ge/llm/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guest": {
      "url": "https://api.meni.ge/llm/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.guest]
url = "https://api.meni.ge/llm/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "guest": {
      "url": "https://api.meni.ge/llm/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "guest": {
      "url": "https://api.meni.ge/llm/mcp"
    }
  }
}

Available tools 9

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

order
create_order
Validate and place an order at a meni.ge location. Returns orderId (keep it — it is the access token for status checks) and the computed total. customer.name/phone are required for pickup and delivery; delivery.address is required for delivery.
get_order_status
Check the status of an order previously created with create_order.
reservation
create_reservation
Request a table reservation. Starts as "pending" until the restaurant confirms — check with get_reservation_status. Returns reservationId (keep it: it is the token for status and cancellation). Optionally bind a specific table via tableId (from check_table_availability).
get_reservation_status
Status of a reservation created with create_reservation (pending/confirmed/seated).
cancel
cancel_reservation
Cancel a reservation previously created with create_reservation.
item
get_item
Get one menu item with its variant groups and addons.
menu
get_menu
Get the full menu of a meni.ge location: categories, items with prices, variant groups and addons, currency and ordering capabilities. domain = uppercase location code from the QR/menu URL.
products
search_products
Semantic search over the location's catalog: product/dish names, descriptions, specifications, brand, SKU/barcodes and attached docs. Use for "do you have…" / "recommend…" / "how much is…" questions instead of paging through get_menu. Returns matching items with prices and a relevance score; falls back with a note when the search index is unavailable for the location.
table
check_table_availability
Which tables of the location are free or busy in a given time window (uses the floor plan published by the restaurant). Pass the chosen table id to create_reservation as tableId.

Endpoints

URLTransportStateLatencyChecked
https://api.meni.ge/llm/mcp streamable-http answering 392 ms 9 min ago

Guest — questions

Answers built from our own checks of this server.

What can Guest do?
It exposes 9 tools, read directly from the server on our last check. Among them: cancel_reservation, check_table_availability, create_order, create_reservation, get_item, get_menu and 3 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 →
What is Guest mostly used for?
Its tools cluster around order and reservation. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Guest 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 404 ms. The bar chart above shows every period we have measured.
How do I connect Guest?
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 Guest need an API key?
No. Guest completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Guest?
It answers our handshake in 404 ms on average, which is faster than 33% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.