Michelin MCP
JSON →Access structured Michelin restaurant data, including cities, countries, cuisines, awards, and facilities.
Tools · 6
- getAllCity Get a list of all cities ordered by the number of restaurants in descending order. Call again with the next offset to get more cities.
- getAllCountry Get a list of all countries ordered by the number of restaurants in descending order. Call again with the next offset to get more countries.
- getAllCuisine Get a list of all cuisines ordered by the number of restaurants in descending order. Call again with the next offset to get more cuisines.
- getAllAward Get a list of all awards ordered by ranking ascending.
- getAllFacilitiesAndServices Get a list of all facilities and services ordered by the number of restaurants in descending order. Call again with the next offset to get more facilities and services.
- getAllRestaurant Get a list of all restaurants with given filters. Do not provide empty strings or null values as filters. Omit the filter to get all restaurants.
Links
★ 1 GitHub stars