Data Collection
nycrestaurantweek.app
Provides search and details for NYC Restaurant Week participating restaurants.
ENDPOINT 1
https://nycrestaurantweek.app/mcp
MCP server metadata
- Name
- nyc-restaurant-week
- Version
- 1.0.0
Known tools 4
search_restaurantsSearch the 432 restaurants participating in NYC Restaurant Week Summer 2026 (Jul 20 – Sep 6).
Inferred read-onlyget_restaurantGet 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-onlylist_filtersList 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-onlycheck_dateCheck 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-onlyCONNECT 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.
nycrestaurantweek.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.