MCP Server
MCP
io.github.markswendsen-code/opentable
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
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
By
Comments
Sign in to leave a comment