mcpbeat

POS.DO MCP Server

io.github.posdo-io/mcp-server
answering

POS.DO MCP Server is answering right now. Last checked 4 min ago. It exposes 7 tools. Last commit 19 May 2026.

Discover 356K+ restaurants in 20 countries: search, reviews, cultural context, time-based offers.

Uptime history 43 hours of history · worst hour 0%
43 hours agonow
96.7%
Uptime 24h
88 of 91 checks
7
Tools
read from the server
6730 ms
Response time
average over 24h
0
Stars
last commit 19 May 2026

Connect this server

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

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

Available tools 7

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

restaurant
get_restaurant_details
Get the full profile of a restaurant by URL slug. Returns name, address, coordinates, rating, reviews count, phone, opening hours, photos, services, cuisine type, price level, current Flow offers, and cultural context.
get_restaurant_reviews
Get paginated reviews for a restaurant. Filter by star rating, sort by date or rating. Returns review text, author, rating, date, photos, language, owner response, and rating distribution.
restaurants
find_restaurants_near_landmark
Find restaurants near a famous landmark (monument, museum, park). Returns landmark info from Wikidata + nearby restaurants sorted by walking distance. Examples: 'Sagrada Familia', 'Colosseum', 'Central Park', 'Tour Eiffel'.
search_restaurants
Search restaurants in a specific city. Filter by cuisine type, price range, and features like outdoor seating, WiFi, delivery. Returns up to 20 results with name, rating, cuisine, price range, address, coordinates, photo, amenities, and current Flow offers.
book
book_flow_reservation
Make a reservation at a Flow-discounted time slot. Phone must be E.164 (e.g. +34911234567). To make retries safe, send the same Idempotency-Key HTTP header on retries (any UUID); replays within 24h return the original reservation. Rate limited to 5 reservations per email per day and 10 attempts per IP per minute.
cultural
get_cultural_context_around_restaurant
Get cultural context around a restaurant: nearby monuments, museums, parks, historical sites with distance and heritage status. Powered by Wikidata.
flow
get_flow_offers
POS.DO Flow time-based offers for a restaurant. Off-peak hours have bigger discounts. Returns time slots with discount percentages and remaining covers. Tagline: 'Tu hora, tu precio'.

Endpoints

URLTransportStateLatencyChecked
https://pos.do/mcp streamable-http answering 2339 ms 4 min ago

POS.DO MCP Server — questions

Answers built from our own checks of this server.

What can POS.DO MCP Server do?
It exposes 7 tools, read directly from the server on our last check. Among them: book_flow_reservation, find_restaurants_near_landmark, get_cultural_context_around_restaurant, get_flow_offers, get_restaurant_details, get_restaurant_reviews and 1 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 POS.DO MCP Server mostly used for?
Its tools cluster around restaurant and restaurants. 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 POS.DO MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 88 of 91 checks got a reply (96.7%), average response time 6730 ms. The bar chart above shows every period we have measured.
How do I connect POS.DO MCP Server?
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 POS.DO MCP Server need an API key?
No. POS.DO MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
Is POS.DO MCP Server open source?
Yes — it is published under the Apache-2.0 licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.