← Back to Plugins
MCP Server MCP

io.github.matiasbattocchia/meitre-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Meitre restaurant reservations.

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...