mcpbeat Sign in

Servd Agentic Ordering MCP Server

answering

Servd Agentic Ordering is answering right now. Last checked 14 min ago. It exposes 6 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 8 days of history
8 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
783 ms
Response time
average over 24h
open, no key
Access
streamable-http

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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

run in your terminal
claude mcp add servd-agent-ordering --transport http https://app.getservd.me/api/v1/agent/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "servd-agent-ordering": {
      "url": "https://app.getservd.me/api/v1/agent/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.servd-agent-ordering]
url = "https://app.getservd.me/api/v1/agent/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "servd-agent-ordering": {
      "url": "https://app.getservd.me/api/v1/agent/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "servd-agent-ordering": {
      "url": "https://app.getservd.me/api/v1/agent/mcp"
    }
  }
}

Available tools 6

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

menu
get_menu
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 max selections.
order
check_order
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 line items. Poll while state is awaiting_payment; stop when it becomes paid, preparing, ready, out_for_delivery, completed, cancelled, or expired.
place
place_order
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 returns a no-charge, no-kitchen simulation with sandbox=true and createsProductionOrder=false. Pass that result’s confirmation.token so the server can prove the cart and live quote did not change. The server recalculates all prices. Use a unique idempotency key, show orderNumber and the labeled customerLinks, and poll check_order for payment and fulfillment status. Unpaid online orders expire after 30 minutes.
validate
validate_cart
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 only the minimum diner contact and fulfillment data required for this order.
venue
get_venue
Get one venue’s opening hours, current open state, pickup and delivery availability, published policies, and available agent-order payment mode.
venues
find_venues
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.

Endpoints

URLTransportStateLatencyChecked
https://app.getservd.me/api/v1/agent/mcp streamable-http answering 962 ms 14 min ago

Alternatives to Servd Agentic Ordering

same job, measured the same way
Whitelabel Ordering
by cordering

Order food from Cordering white-label restaurants: browse menus, confirm, then place an order.

10 tools answering
C
Pariflow Agent
by pariflow

Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders.

51 installs/wk local only
C
Wellknown
by wellknownhq

Check whether AI agents can discover, validate, and trust your domain's services.

5 tools answering
three.ws Marketplace
by nirholas

Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.

58 installs/wk local only
Tacobell
by markswendsen-code

MCP server for Taco Bell - browse menu, customize orders, place pickup

41 installs/wk local only
Guest
by meni

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

13 tools answering
One Search MCP
by yokingma

Web search, URL discovery, scraping & extraction with agent-browser and search providers

190 installs/wk local only
Aidress
by aidress-ai

Verify, discover, and rate AI agents before transacting.

567 installs/wk local only

Servd Agentic Ordering — questions

Answers built from our own checks of this server.

What can Servd Agentic Ordering do?
It exposes 6 tools, read directly from the server on our last check. Among them: check_order, find_venues, get_menu, get_venue, place_order, validate_cart. 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 →
Is Servd Agentic Ordering 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 783 ms. The bar chart above shows every period we have measured.
Is Servd Agentic Ordering still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Servd Agentic Ordering?
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 Servd Agentic Ordering need an API key?
No. Servd Agentic Ordering completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Servd Agentic Ordering?
It answers our handshake in 783 ms on average, which is faster than 19% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.