← Back to Plugins
MCP Server MCP

io.github.markswendsen-code/opentable

github By github 👁 1 views ▲ 0 votes

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

Homepage Verified source GitHub

Install

npx -y @striderlabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@striderlabs/mcp-opentable",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenTable email for authentication",
          "isRequired": true,
          "format": "string",
          "name": "OPENTABLE_EMAIL"
        },
        {
          "description": "OpenTable account password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENTABLE_PASSWORD"
        },
        {
          "description": "Default location/city for restaurant searches",
          "format": "string",
          "name": "OPENTABLE_LOCATION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...