MCP Server

LEVEL 2: CONNECT YOUR AI

The same data behind Rick, as a free open MCP server. Streamable HTTP, no auth, no API key. One URL and your assistant can search every NYC Restaurant Week menu.

Endpoint

https://nycrestaurantweek.app/mcp

Claude Code — one command

$claude mcp add --transport http nyc-restaurant-week https://nycrestaurantweek.app/mcp

Claude Desktop / claude.ai — Settings → Connectors → Add custom connector, paste the URL

https://nycrestaurantweek.app/mcp

Cursor — add to ~/.cursor/mcp.json

{
  "mcpServers": {
    "nyc-restaurant-week": {
      "url": "https://nycrestaurantweek.app/mcp"
    }
  }
}

Any MCP client — generic config

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

Tools

search_restaurants

Filter all 612 participants by cuisine, borough, neighborhood, price tier, meal, program week, exact date, curated collection, or free text. Paginated.

get_restaurant

Full detail on one spot: every prix-fixe offer, participating weeks, the Restaurant Week menu PDF, website, and a direct OpenTable reservation link.

check_date

Give it a date and it tells you if Restaurant Week is on, which program week it is, and the Saturday/Sunday rules that apply.

list_filters

Every cuisine, neighborhood, collection, and price tier with live participant counts — so your AI never guesses at filter values.

Try asking

> Find me a $45 Italian dinner in the West Village next Thursday, and pull up the menu.
> What hidden-gem sushi spots do Restaurant Week lunch under $30?
> We're in Astoria on Sunday Aug 9 — who's open, and can I book on OpenTable?