Michelin MCP
Access structured Michelin restaurant data, including cities, countries, cuisines, awards, and facilities.
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"]
}
}
}
Related Servers
Cursor10x MCP
A memory system for the Cursor code editor, providing persistent context awareness for Claude via a Turso database.
Doris-MCP-Lite
A lightweight MCP server for connecting to Apache Doris and other MySQL-compatible databases, providing tools and prompts for LLM applications.
Subgraph MCP Server
Allows LLMs to interact with Subgraphs available on The Graph Network.
CData SAP Netweaver Gateway
Connect to SAP Netweaver Gateway data using CData's MCP Server. Requires a separately licensed CData JDBC Driver.
AskTable
Interact with AskTable SaaS or local deployments to query data sources using natural language.
MCP-MySQL-Ops
You are working with the MCP MySQL Operations Server, a powerful tool that provides comprehensive MySQL database monitoring and analysis capabilities through natural language queries. This server offers 19 specialized tools for database administration, performance monitoring, and system analysis.
CData SAP Ariba Procurement Server
A read-only MCP server for querying live SAP Ariba Procurement data. Requires the CData JDBC Driver for SAP Ariba Procurement.
Superset MCP Server
Manage Apache Superset datasets, metrics, and SQL queries.
OData MCP Bridge (Go)
A Go bridge providing universal access to OData v2 services through MCP tools, with support for multiple authentication methods.
Memento MCP
A scalable knowledge graph memory system for LLMs with semantic retrieval and temporal awareness, using Neo4j as a backend.