← Registry

Productivity

pos.do

Provides restaurant search, details, reviews, offers, and reservation booking functionality.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://pos.do/mcp

No auth detected

MCP server metadata

Name
pos.do
Version
1.0.0
Capabilities
tools
Server instructions

POS.DO discovery server. Search 356K+ restaurants across 50+ countries with reviews, photos, cultural context, and Flow time-based offers. All data is read-only except book_flow_reservation. Phone numbers in book_flow_reservation must be E.164 (e.g. +34911234567).

Known tools 7

search_restaurants

Search restaurants in a specific city.

Inferred read-only
get_restaurant_details

Get the full profile of a restaurant by URL slug.

Inferred read-only
get_restaurant_reviews

Get paginated reviews for a restaurant.

Inferred read-only
get_flow_offers

POS.

Inferred read-only
book_flow_reservation

Make a reservation at a Flow-discounted time slot.

Inferred read-only
find_restaurants_near_landmark

Find restaurants near a famous landmark (monument, museum, park).

Inferred read-only
get_cultural_context_around_restaurant

Get cultural context around a restaurant: nearby monuments, museums, parks, historical sites with distance and heritage status.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pos-do]
url = "https://pos.do/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pos-do": {
      "type": "http",
      "url": "https://pos.do/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pos-do
Remote MCP URL: https://pos.do/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pos-do": {
      "url": "https://pos.do/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pos-do": {
      "type": "http",
      "url": "https://pos.do/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pos-do",
  "transport": "streamable-http",
  "url": "https://pos.do/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.