Meitre Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Meitre Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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.
| 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 |
npm install
npm run dev # http://localhost:8787
npm run typecheck # Type check
npm run deploy # Deploy to Cloudflare~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.