
Meitre Mcp
Connect your agent to Meitre so it can list restaurants and handle reservation workflows through a hosted MCP remote using Meitre credentials.
Overview
meitre-mcp is a MCP server for the Build phase that connects AI assistants to Meitre restaurant reservations over streamable HTTP with username and password headers.
What is this MCP server?
- MCP server for Meitre restaurant reservation platform
- Streamable HTTP remote at https://meitre.mcp.openbsp.dev/mcp
- Headers: Meitre username, password (secret), optional restaurant id via list_restaurants
- Version 0.1.0 from github.com/matiasbattocchia/meitre-mcp
- Useful reference pattern for credential-based vertical SaaS MCP beyond generic CRUD demos
- Remote URL https://meitre.mcp.openbsp.dev/mcp
- Server version 0.1.0
- Required headers: username and password; optional restaurant identifier
What problem does it solve?
Venue operators using Meitre cannot let their coding agent check availability or manage reservations without a bespoke API integration.
Who is it for?
Solo owners or tiny teams on Meitre who want agent-assisted reservation ops from Claude Code, Cursor, or similar MCP clients.
Skip if: Generic SaaS builders without Meitre accounts, or restaurants on other booking platforms such as OpenTable or Resy.
What do I get? / Deliverables
After configuring the Meitre MCP remote with credentials, your agent can call Meitre reservation tools including restaurant discovery when multiple venues exist.
- Agent-callable Meitre reservation MCP tools over hosted HTTP
- Restaurant listing discovery when optional restaurant header is needed
- Reference integration for password-authenticated vertical SaaS MCP
Recommended MCP Servers
Journey fit
Niche vertical MCP servers are still added during build when founders prototype agent-driven ops or hospitality side projects. Meitre MCP is a password-authenticated streamable-http remote to meitre.mcp.openbsp.dev—third-party reservation SaaS integration, not core app backend code.
How it compares
Vertical Meitre reservation MCP over hosted HTTP, not a general restaurant marketplace or consumer dining app skill.
Common Questions / FAQ
Who is meitre-mcp for?
Operators and developers already on Meitre who want their AI coding agent to interact with restaurant reservation data through MCP.
When should I use meitre-mcp?
Use it while integrating Meitre into an agent workflow—for example listing restaurants, then driving reservation actions during hospitality ops experiments.
How do I add meitre-mcp to my agent?
Add streamable-http remote https://meitre.mcp.openbsp.dev/mcp with required username and password headers, optional restaurant header after list_restaurants, in your MCP-capable client.