General Tools
tablrr.com
Provides restaurant search, details, menus, availability checks, and reservation bookings.
ENDPOINT 1
https://tablrr.com/mcp/diner
MCP server metadata
- Name
- tablrr-diner
- Version
- 1.0.0
Known tools 8
search_restaurantsSearch Tablrr restaurants by city, cuisine, free-text query, or geo (lat/lng + radius_km).
Inferred read-onlyget_restaurantGet the public profile of a Tablrr restaurant (name, hours, cuisine, address, photos, public URL).
Inferred read-onlycheck_availabilityCheck whether a specific Tablrr restaurant has tables for a party on a given date (and optional time).
Inferred read-onlyget_reservationLook up a reservation using the confirmation token returned when it was booked (also in the confirmation email's manage link).
Potential side effectsupdate_reservationChange a reservation's date, time, or party size using its confirmation token.
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.tablrr-diner]
url = "https://tablrr.com/mcp/diner"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tablrr-diner": {
"type": "http",
"url": "https://tablrr.com/mcp/diner"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tablrr-diner
Remote MCP URL: https://tablrr.com/mcp/diner
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": {
"tablrr-diner": {
"url": "https://tablrr.com/mcp/diner"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tablrr-diner": {
"type": "http",
"url": "https://tablrr.com/mcp/diner"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tablrr-diner",
"transport": "streamable-http",
"url": "https://tablrr.com/mcp/diner"
}
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.