Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Meitre

БесплатноНе проверен

Restaurant reservation management via the Meitre platform.

GitHubEmbed

Описание

Restaurant reservation management via the Meitre platform.

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.

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

from github.com/matiasbattocchia/meitre-mcp

Установка Meitre

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/matiasbattocchia/meitre-mcp

FAQ

Meitre MCP бесплатный?

Да, Meitre MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Meitre?

Нет, Meitre работает без API-ключей и переменных окружения.

Meitre — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Meitre в Claude Desktop, Claude Code или Cursor?

Открой Meitre на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Meitre with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development