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"]
}
}
}
相关服务器
MCP Memory Server - Python Implementation
A Python implementation of the MCP memory server for knowledge graph storage and retrieval, using JSONL files for persistence.
CData AlloyDB MCP Server
A read-only MCP server for AlloyDB, enabling LLMs to query live data directly from AlloyDB databases.
OSV
Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID.
SAP Fieldglass MCP Server by CData
A read-only MCP server for querying live SAP Fieldglass data, powered by the CData JDBC Driver.
Kusto MCP Server
An MCP server for Azure Data Explorer (Kusto) that enables AI assistants to interact with Kusto databases.
Neo4j Knowledge Graph Memory
A knowledge graph memory server using the Neo4j graph database to store and retrieve information from AI interactions.
kintone
An MCP server for accessing and managing data on the kintone low-code platform.
RDW MCP Server
Query Dutch RDW vehicle registration data for vehicle information, fuel, and emissions data using the official RDW open data API.
Nile Postgres
Manage and query databases, tenants, users, auth using LLMs
CData MYOB AccountRight
A read-only MCP server for MYOB AccountRight, enabling LLMs to query live data using the CData JDBC Driver.