Productivity
pos.do
Provides restaurant search, details, reviews, offers, and reservation booking functionality.
ENDPOINT 1
https://pos.do/mcp
MCP server metadata
- Name
- pos.do
- Version
- 1.0.0
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
find_restaurants_near_landmarkFind restaurants near a famous landmark (monument, museum, park).
Inferred read-onlyget_cultural_context_around_restaurantGet cultural context around a restaurant: nearby monuments, museums, parks, historical sites with distance and heritage status.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.