Content
# Michelin MCP
This is an implementation of the Model Context Protocol (MCP) for the Michelin dataset. It can be integrated with an LLM using the MCP protocol via the SSE deployment at the endpoint [`https://mcp.michelin.com`](https://mcp.michelin.com). The MCP protocol is used to provide a structured way for a model to interact with external APIs.
## Tools
- `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.
## Running in Claude
To run this code in Claude, follow the instructions found [here](https://modelcontextprotocol.io/quickstart/user) and add the following to the config:
```json
{
"mcpServers": {
"Michelin": {
"command": "npx",
"args": ["supergateway", "--sse", "https://michelin-mcp.deno.dev"]
}
}
}
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.