Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
search_restaurants— Search restaurants in a specific city.get_restaurant_details— Get the full profile of a restaurant by URL slug.get_restaurant_reviews— Get paginated reviews for a restaurant.get_flow_offers— POS.find_restaurants_near_landmark— Find restaurants near a famous landmark (monument, museum, park).get_cultural_context_around_restaurant— Get cultural context around a restaurant: nearby monuments, museums, parks, historical sites with distance and heritage status.