mcpserver.lol
registry/guest
Connection check verified live · 27h ago

guest

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

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

13 tools

Read from the running server on 27h ago.

cancel_reservation domain*reservationId*
Cancel a reservation previously created with create_reservation.
check_table_availability start*domain*durationMinutes
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_order itemsnotescartIddomain*pickupqrCode +6
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…
create_reservation name*phonestart*codeIddomain*comment +4
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 c…
get_cart cartId*domain*language
Read a cart created with update_cart: lines with live unit prices, subtotal, item count, the checkoutUrl for a human hand-off and the expiry date (carts live 7 days). Lines whose i…
get_item domain*itemIditemIdslanguage
Get one menu item with its variant groups and addons, or several at once: pass itemIds (up to 10) instead of itemId to look items up in bulk — the bulk answer is {items, notFound}.
get_menu domain*language
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/…
get_order_status domain*orderId*
Check the status of an order previously created with create_order.
get_reservation_status domain*reservationId*
Status of a reservation created with create_reservation (pending/confirmed/seated).
get_store_info domain*language
Facts about the location that are not on the menu: address, contacts, coordinates, working hours with openNow computed in the venue timezone, delivery and pickup terms (fees, minim…
search_policies_and_faqs limitquery*domain*language
Search the location's own published policies, FAQ entries and info pages (privacy, terms, returns, delivery, cookies, help articles) plus, when the owner allows it, their internal…
search_products limitquery*domain*language
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 m…
update_cart cartIddomain*updates*language
Build the guest order step by step in a server-side cart, the way a human uses the web cart. Without cartId a new cart is created (keep the returned cartId — it is the access token…