Agent Tools
Back to MCP servers

POS.DO MCP Server

https://pos.do/mcp
● healthy

skills: {'id': 'search_restaurants', 'name': 'search_restaurants', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_restaurant_details', 'name': 'get_restaurant_details', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_restaurant_reviews', 'name': 'get_restaurant_reviews', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_flow_offers', 'name': 'get_flow_offers', 'description': "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'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'book_flow_reservation', 'name': 'book_flow_reservation', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_restaurants_near_landmark', 'name': 'find_restaurants_near_landmark', 'description': "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'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_cultural_context_around_restaurant', 'name': 'get_cultural_context_around_restaurant', 'description': 'Get cultural context around a restaurant: nearby monuments, museums, parks, historical sites with distance and heritage status. Powered by Wikidata.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1732.7ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://pos.do/mcp
JSON-RPC initialize probe
curl -X POST https://pos.do/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://pos.do/mcp
Listed at (chiark)
https://chiark.ai/agents/254c114e-b568-47e0-8ae9-66b477745bf6