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"]
}
}
}
関連サーバー
Supabase Coolify MCP Server
Comprehensive MCP server for managing self-hosted Supabase on Coolify with full deployment, migrations, edge functions, and rollback support.
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.
SingleStore
Interact with the SingleStore database platform
CData Avalara AvaTax
A read-only MCP server for querying live Avalara AvaTax data. Powered by the CData JDBC Driver.
Highrise by CData
A read-only MCP server for Highrise, enabling LLMs to query live data using the CData JDBC Driver.
FHIR MCP Server by CData
A read-only MCP server for FHIR, enabling LLMs to query live FHIR data. Requires the CData JDBC Driver for FHIR.
ChromaDB
Provides AI assistants with persistent memory using ChromaDB vector storage.
Amela MCP Memory Tool
A local, high-performance memory server for AI agents, built with SQLite, vector embeddings, and a knowledge graph. Packaged for npm and Docker.
MongoDB Atlas
A server for managing data in MongoDB Atlas, providing secure and scalable data management through RESTful APIs.
Finance MCP Server
Provides real-time financial data from Yahoo Finance.