← Registry

General Tools

tablrr.com

Provides restaurant search, details, menus, availability checks, and reservation bookings.

1 endpoint8 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://tablrr.com/mcp/diner

No auth detected

MCP server metadata

Name
tablrr-diner
Version
1.0.0
Capabilities
tools

Known tools 8

search_restaurants

Search Tablrr restaurants by city, cuisine, free-text query, or geo (lat/lng + radius_km).

Inferred read-only
get_restaurant

Get the public profile of a Tablrr restaurant (name, hours, cuisine, address, photos, public URL).

Inferred read-only
list_menu_items

List the public menu items of a Tablrr restaurant.

Inferred read-only
check_availability

Check whether a specific Tablrr restaurant has tables for a party on a given date (and optional time).

Inferred read-only
create_reservation

Book a table at a Tablrr restaurant on behalf of a diner.

Inferred read-only
get_reservation

Look up a reservation using the confirmation token returned when it was booked (also in the confirmation email's manage link).

Potential side effects
cancel_reservation

Cancel a reservation using its confirmation token.

Inferred read-only
update_reservation

Change a reservation's date, time, or party size using its confirmation token.

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.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.

Indexed

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