michelin-mcp
Documentation
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`. 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 and add the following to the config:
{
"mcpServers": {
"Michelin": {
"command": "npx",
"args": ["supergateway", "--sse", "https://michelin-mcp.deno.dev"]
}
}
}Frequently asked questions
What is michelin-mcp?
michelin-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install michelin-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is michelin-mcp open source?
Yes — it is hosted on GitHub at https://github.com/hrishabhn/michelin-mcp.
Related MCP tools
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
Open-source backend-as-a-service. Postgres, auth, storage, functions, AI gateway, MCP.
Your memories are in ChatGPT... But nowhere else. Universal Memory MCP makes your memories available to every single LLM. No logins or paywall. One command to set it up.
MCP Server for kubernetes management commands
🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP