Serversio.github.matiasbattocchia/meitre-mcp
M

io.github.matiasbattocchia/meitre-mcp

io.github.matiasbattocchia/meitre-mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://meitre.mcp.openbsp.dev/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.matiasbattocchia/meitre-mcp",
  "description": "MCP server for Meitre restaurant reservations.",
  "repository": {
    "url": "https://github.com/matiasbattocchia/meitre-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://meitre.mcp.openbsp.dev/mcp",
      "headers": [
        {
          "description": "Meitre username",
          "isRequired": true,
          "name": "username"
        },
        {
          "description": "Meitre password",
          "isRequired": true,
          "isSecret": true,
          "name": "password"
        },
        {
          "description": "Restaurant identifier (optional if the account has only one restaurant, use list_restaurants to find it)",
          "name": "restaurant"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}