Back to Browse

Meitre MCP Server

Developer ToolsModerate6.1MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

MCP server for Meitre restaurant reservations.

About

MCP server for Meitre restaurant reservations.

Remote endpoints: streamable-http: https://meitre.mcp.openbsp.dev/mcp

Security Report

6.1
Moderate6.1Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

ToolDescription
list_restaurantsList restaurants accessible to your account
fetch_optionsGet areas, service types, and menus
fetch_datesAvailable dates for the next 15 days
fetch_timeslotsAvailable times for a specific date
search_reservationsFind reservations by phone number
book_reservationBook a new reservation
reschedule_reservationReschedule an existing reservation
cancel_reservationCancel a reservation

Development

npm install
npm run dev          # http://localhost:8787
npm run typecheck    # Type check
npm run deploy       # Deploy to Cloudflare

Reviews

No reviews yet

Be the first to review this server!