MCP server for Meitre restaurant reservations.
Remote endpoints: streamable-http: https://meitre.mcp.openbsp.dev/mcp
Valid MCP server (1 strong, 1 medium validity signals). 7 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).
8 tools verified · Open access · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
A hosted MCP server that connects AI assistants to Meitre, a restaurant reservation platform. It lets you check availability, search reservations, book, reschedule, and cancel — all through natural language.
Add this to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"meitre": {
"url": "https://meitre.mcp.openbsp.dev/mcp",
"headers": {
"username": "your-meitre-email",
"password": "your-meitre-password"
}
}
}
}
That's it. If your account has a single restaurant, it's detected automatically. For multi-restaurant accounts, add the restaurant header — use the list_restaurants tool to find the identifier.
| Tool | Description |
|---|---|
list_restaurants | List restaurants accessible to your account |
fetch_options | Get areas, service types, and menus |
fetch_dates | Available dates for the next 15 days |
fetch_timeslots | Available times for a specific date |
search_reservations | Find reservations by phone number |
book_reservation | Book a new reservation |
reschedule_reservation | Reschedule an existing reservation |
cancel_reservation | Cancel a reservation |
npm install
npm run dev # http://localhost:8787
npm run typecheck # Type check
npm run deploy # Deploy to Cloudflare
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.