MCP Server
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
Claude Code — one command
Claude Desktop / claude.ai — Settings → Connectors → Add custom connector, paste the URL
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
Filter all 612 participants by cuisine, borough, neighborhood, price tier, meal, program week, exact date, curated collection, or free text. Paginated.
Full detail on one spot: every prix-fixe offer, participating weeks, the Restaurant Week menu PDF, website, and a direct OpenTable reservation link.
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.
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?