mcpserver.lol
registry/servd-agent-ordering
Connection check verified live · 26h ago

servd-agent-ordering

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

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

6 tools

Read from the running server on 26h ago.

check_order read-only order_id*
Check payment and fulfillment state for an order created by place_order, or verify a signed sandbox simulation. The result intentionally omits diner contact, address, notes, and li…
find_venues read-only limitquery
Find restaurants on Servd. Returns each venue’s slug, name and city — the slug is what every other tool needs. Pass `query` to filter by name or city.
get_menu read-only slug*
Get a venue’s full live menu. Use item ids in validate_cart and place_order. Prices are major-unit decimal strings in the menu currency; required modifier groups declare min and ma…
get_venue read-only slug*
Get one venue’s opening hours, current open state, pickup and delivery availability, published policies, and available agent-order payment mode.
place_order can modify data slug*itemscomboscustomer*deliveryconfirmed* +5
Create a REAL restaurant order only after showing the latest validate_cart result and receiving explicit diner confirmation. A venue explicitly marked agentOrdering.sandbox instead…
validate_cart read-only slug*itemscomboscustomerdeliverytip_amount +2
Validate a proposed cart and calculate authoritative lines, discounts, fees, tax and total without creating an order. Call this immediately before asking the diner to confirm. Send…