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"]
}
}
}
Máy chủ liên quan
MongoDB
Interact with MongoDB databases using natural language to query collections, inspect schemas, and manage data.
Enhanced Medication Information MCP Server
Provides real-time access to FDA drug data, including shortages, labeling, and recalls, via the openFDA API.
PubChem-MCP
Access PubChem's database for chemical compounds, substances, and bioassays.
MLB SportRadar
Access MLB game data, standings, and player statistics using the SportRadar API.
MotherDuck
Query and analyze data with MotherDuck and local DuckDB
MySQL MCP Server
A MySQL server that connects to a database using environment variables for configuration.
PocketBase MCP Server
Interact with a PocketBase instance to manage records and files in collections.
Chronos
Interact with the Stellar blockchain to manage wallets, list tokens, query balances, and transfer funds.
AWS PostgreSQL MCP Server
A read-only MCP server for querying AWS PostgreSQL databases.
Kollect MCP Server (Standalone)
An MCP server for querying data from the Kollect tool's API endpoints, such as /api/data, /api/snapshots, and /api/costs.