← nycrestaurantweek.app

INDIVIDUAL MCP TOOL

search_restaurants

Search the 432 restaurants participating in NYC Restaurant Week Summer 2026 (Jul 20 – Sep 6).

nycrestaurantweek.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://nycrestaurantweek.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_restaurants and invoke it with your own arguments.

Indexed 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 server

nycrestaurantweek.app

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.nyc-restaurant-week]
url = "https://nycrestaurantweek.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nyc-restaurant-week": {
      "type": "http",
      "url": "https://nycrestaurantweek.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nyc-restaurant-week
Remote MCP URL: https://nycrestaurantweek.app/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": {
    "nyc-restaurant-week": {
      "url": "https://nycrestaurantweek.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nyc-restaurant-week": {
      "type": "http",
      "url": "https://nycrestaurantweek.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nyc-restaurant-week",
  "transport": "streamable-http",
  "url": "https://nycrestaurantweek.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_restaurant — Get full details for one participating restaurant by slug or name: description, all prix-fixe offers, participating weeks, Restaurant Week menu PDF, website, and OpenTable reservation link.
  • list_filters — List every available filter value with participant counts: cuisines, boroughs, neighborhoods, price tiers, meals, curated collections, and the seven program weeks with their dates.
  • check_date — Check whether a date (YYYY-MM-DD) falls within NYC Restaurant Week Summer 2026 and what the rules are that day (which program week, Saturday exclusion, Sunday limitations), plus how many restaurants participate that day.