VickiJZ/eater_mcp
3.1
If you are the rightful owner of eater_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Resy MCP server facilitates booking workflows by providing a structured protocol for searching and reserving restaurant tables.
resy_mcp
mcp for booking workflow on resy
Usage
Start the MCP server and call the resy_search
tool with the desired parameters.
Parameters
city
– slug for the desired city (e.g.new-york-ny
)seat_number
– number of seats to requestdate
– reservation date inYYYY-MM-DD
formattime
– reservation time inHHMM
formatcuisine
– cuisine facet to filter byrestaurant_names
– optional array of restaurant names to query individuallyquery_keyword
– optional keyword ifrestaurant_names
is not provided
Example
{
"city": "new-york-ny",
"seat_number": 2,
"date": "2025-05-21",
"time": "1900",
"cuisine": "Italian",
"restaurant_names": ["Restaurant A", "Restaurant B"]
}
If restaurant_names
is omitted, the server will fall back to query_keyword
to perform a single search.