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"]
}
}
}
Servidores relacionados
PostgreSQL Multi-Schema
Provides read-only access to PostgreSQL databases with multi-schema support, allowing LLMs to inspect schemas and execute queries across different namespaces.
Simple PostgreSQL MCP Server
An MCP server for interacting with PostgreSQL databases using tools, resources, and prompts.
Space Frontiers
Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.
Self-Hosted Supabase MCP Server
Interact with self-hosted Supabase instances for database management and introspection.
USDA Nutrition MCP Server
Access nutrition information for over 600,000 foods from the USDA FoodData Central database.
Act-On MCP Server by CData
A read-only MCP server that enables LLMs to query live Act-On data. Requires a separate CData JDBC Driver for Act-On.
Google Directory by CData
A read-only MCP server for querying live Google Directory data using the CData JDBC Driver.
Astro MCP
A modular server providing unified access to multiple astronomical datasets, including astroquery services and DESI data sources.
MariaDB / MySQL
Access and manage MariaDB or MySQL databases using an MCP server.
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.