Odel
meitre mcp

meitre mcp

@matiasbattocchiaDeveloper ToolsTypeScriptUpdated 4mo ago

MCP server for Meitre restaurant reservations.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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