CapzyCapzy / Data MCP Get API key

Platforms / opentable

opentable toolset

2 tools. Mount this server and your agent gets every opentable endpoint, fully typed.

https://mcp.capzy.ai/opentable/mcp
claude mcp add capzy-opentable --transport http https://mcp.capzy.ai/opentable/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Dining

opentable_reviews 1 credit not yet verified Restaurant Details

Full details for an OpenTable restaurant: the rating summary with food, service and ambience sub-ratings, diner reviews, cuisine, price, hours and menu, plus the available reservation time slots for a given date, time and party size.

ParamTypeRequiredDescription
restaurant string required Restaurant slug (from the /r/<slug> URL) or numeric id.
date string optional Reservation date as YYYY-MM-DD (for availability).
time string optional Reservation time as HH:MM (24h), e.g. 19:30.
party_size integer optional Party size for availability, 1 to 20 guests. (default: 2) Default: 2
sort string optional Review order. Default: newest
rating integer optional Keep only reviews with an overall score of at least this (1-5).
page integer optional Page number. Default: 1
market string optional us | gb. Default: us
opentable_search 1 credit not yet verified Search Restaurants

Search OpenTable for restaurants by keyword and location, with optional availability and price filters.

ParamTypeRequiredDescription
location string required City or area, e.g. 'New York, NY'.
query string optional Search keywords, e.g. 'italian' (a restaurant name, dish, or cuisine). Alias: `term`.
term string optional Alias for `query` (free-text search term); merged with `query` when both are given.
cuisine string optional Cuisine hint that refines the search, e.g. 'sushi'.
party_size integer optional Number of diners for the availability query (1-20). Default: 2
date string optional Reservation date as YYYY-MM-DD.
time string optional Reservation time as HH:MM (24h), e.g. 19:30.
price_level integer optional Price tier 1-4 (1 = cheapest '$', 4 = most expensive '$$$$'). Alias: `price`.
price integer optional Alias for `price_level` (1-4).
neighborhood string optional Restrict results to a neighborhood, e.g. 'Midtown West'. Appended to the search term.
features string optional Comma-separated amenity filters, e.g. 'outdoor,private_dining,vegan,patio'. Echoed as a normalized list; the site has no single SRP arg, so it also refines the free-text term.
sort string optional Result order. Default: best_match
page integer optional Result page number (1-based). Default: 1
market string optional us | gb. Default: us

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.