Skip to main content
Glama
chadnewbry

nyc-restaurant-week

by chadnewbry

๐Ÿ€ Rick's Map

nycrestaurantweek.app โ€” every NYC Restaurant Week restaurant on one map, plus a pixel rat who rides the actual subway to whichever one you pick.

Rick's Map

Restaurant Week Summer 2026 runs Jul 20 โ€“ Sep 6 with 636 participating restaurants. The official site is an endless scroll. This one isn't.

โœจ What it does

  • ๐Ÿ—บ๏ธ Map โ€” real NYC cartography with the subway lines drawn in

  • ๐Ÿš‡ Rick โ€” walks, Citibikes, cabs, or takes the train to your pick. The track geometry is real, and the subway car gets repainted in the route color

  • ๐Ÿ’ฌ Ask Rick โ€” "$30 omakase in brooklyn, open sunday"

  • ๐Ÿ”Œ MCP server โ€” the same data, for Claude or any MCP client

Related MCP server: opentable-mcp

๐Ÿ”Œ MCP server

No auth, no API key, one line:

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

Tool

What it does

search_restaurants

Filter by cuisine, borough, neighborhood, price, meal, week, date, or collection. Paginated.

get_restaurant

Full detail by slug or name โ€” menu PDF, website, OpenTable link.

check_date

Is Restaurant Week on that day? Which week? Saturday/Sunday rules.

list_filters

Every filter value, with live participant counts.

๐Ÿ› ๏ธ How it works

No database. All 636 restaurants live in data/restaurants.json (509 KB) and get bundled into the serverless function at build time.

Piece

Built with

๐Ÿ—บ๏ธ Map

MapLibre + OpenFreeMap tiles

๐Ÿš‡ Subway

Real MTA geometry in public/subway.json โ€” nearest-station lookup, direct or one-transfer rides, sliced along the true track

๐Ÿ€ Rick

Hand-drawn pixel art, rendered as SVG rects

๐Ÿš• Street legs

OSRM, with a straight-line fallback when it times out

๐Ÿ’ฌ Chat

Haiku via the AI Gateway, degrading to plain keyword search if the gateway falls over

๐Ÿƒ Run it

npm install
npm run dev      # site on :3000, MCP at localhost:3000/mcp
npm run scrape   # refresh the restaurant data

๐Ÿ“‹ Data

From the public program API behind nyctourism.com/restaurant-week โ€” the same JSON their own browser client fetches.


๐Ÿ€ Unofficial fan project. Not affiliated with NYC Tourism + Conventions or NYC Restaurant Weekยฎ. Prices and participation change โ€” always confirm with the restaurant.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    An MCP server for restaurant discovery and booking across Resy and OpenTable via natural language. It integrates Google Places data with dietary preferences, visit history, and weather awareness to provide personalized dining recommendations and group reservation management.
    Last updated
    23
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for New York Times APIs, enabling search, top stories, popular articles, bestsellers, archive, and more via natural language.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Meitre restaurant reservations.

  • Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

  • Geo-based flight search MCP server. Find more flights between any two places on earth

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chadnewbry/nyc-restaurant-week-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server