MCP Uptime
← MCP Reliability Index  /  Maps & Weather
G

Guest

ge.meni/guest
Guest API for meni.ge restaurants: browse menus, place orders, reserve tables. No auth needed.
healthy
status
8
tools exposed
574ms
connect latency
8d26aaba99cb
schema fingerprint

Tools (8)

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.
get_item
Get one menu item with its variant groups and addons.
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.
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.
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_reservation
Cancel a reservation previously created with create_reservation.

Endpoint

https://api.meni.ge/llm/mcp
Category: Maps & Weather · Last checked: 2026-07-30T13:44:38Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.