{
  "markdown": "# Meitre MCP Server\n\nA hosted [MCP](https://modelcontextprotocol.io) server that connects AI assistants to [Meitre](https://meitre.com), a restaurant reservation platform. It lets you check availability, search reservations, book, reschedule, and cancel — all through natural language.\n\n## Setup\n\nAdd this to your MCP client config (Claude Desktop, Cursor, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"meitre\": {\n      \"url\": \"https://meitre.mcp.openbsp.dev/mcp\",\n      \"headers\": {\n        \"username\": \"your-meitre-email\",\n        \"password\": \"your-meitre-password\"\n      }\n    }\n  }\n}\n```\n\nThat'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.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `list_restaurants` | List restaurants accessible to your account |\n| `fetch_options` | Get areas, service types, and menus |\n| `fetch_dates` | Available dates for the next 15 days |\n| `fetch_timeslots` | Available times for a specific date |\n| `search_reservations` | Find reservations by phone number |\n| `book_reservation` | Book a new reservation |\n| `reschedule_reservation` | Reschedule an existing reservation |\n| `cancel_reservation` | Cancel a reservation |\n\n## Development\n\n```bash\nnpm install\nnpm run dev          # http://localhost:8787\nnpm run typecheck    # Type check\nnpm run deploy       # Deploy to Cloudflare\n```\n",
  "bytes": 1475,
  "sha": "75a016c1f803c6d089feed700f74661195df941d9ec6e770b71b523a5a58a564",
  "repo_slug": "matiasbattocchia/meitre-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_matiasbattocchia_meitre_mcp_34789d99/readme"
}