← Registry

Data Collection

nycrestaurantweek.app

Provides search and details for NYC Restaurant Week participating restaurants.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://nycrestaurantweek.app/mcp

No auth detected

MCP server metadata

Name
nyc-restaurant-week
Version
1.0.0
Capabilities
tools.listChanged

Known tools 4

search_restaurants

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

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for nycrestaurantweek.app was fetched 2026-08-23T19:37:23.500Z.

Trust status Neutral

nycrestaurantweek.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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