streamable-httpupdated 6mo ago
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.
What can you do with meitre mcp?
Meitre MCP Server
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.
Setup
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.
Tools
| 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 |
Development
npm install
npm run dev # http://localhost:8787
npm run typecheck # Type check
npm run deploy # Deploy to Cloudflare
Install
Add meitre mcp to your client. Pick the one you use.
claude mcp add --transport http meitre-mcp https://meitre.mcp.openbsp.dev/mcpcodex mcp add meitre-mcp --url https://meitre.mcp.openbsp.dev/mcp{
"mcpServers": {
"meitre-mcp": {
"url": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"meitre-mcp": {
"type": "http",
"url": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"meitre-mcp": {
"url": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"meitre-mcp": {
"serverUrl": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
meitre mcp exposes 8 tools to a connected agent.
- 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
Score
48 / 100
Adequate
- Documentation15/25
- Maintenance9/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 193 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Feb 20, 2026 |