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"]
}
}
}
Server Terkait
Schematica MCP Server
Browse, create, and manage schema projects on the Schematica schema library. 8 MCP tools for AI-powered schema design and data modeling.
Influencers Club Creator Marketing MCP
MCP to access the world's largest influencer discovery and enrichment database
OceanBase MCP Server
Interact with OceanBase databases, allowing AI assistants to list tables, read data, and execute SQL queries securely.
BigCommerce by CData
A read-only MCP server for BigCommerce, enabling LLMs to query live data using the CData JDBC Driver.
AlphaFold MCP Server
Access the AlphaFold Protein Structure Database for protein structure prediction and analysis.
ClickHouse
Query your ClickHouse database server.
DynamoDB Read-Only MCP
A read-only server to query AWS DynamoDB databases using the Model Context Protocol (MCP).
BigQuery Analysis
Execute and validate SQL queries against Google BigQuery. It safely runs SELECT queries under 1TB and returns results in JSON format.
Hasura GraphQL
Interact with a Hasura GraphQL endpoint, enabling schema introspection, queries, mutations, and data aggregation.
FalkorDB
Query and interact with FalkorDB graph databases using AI models.