io.github.markswendsen-code/opentable✓
io.github.markswendsen-code/opentable · v0.1.2
{}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.markswendsen-code/opentable",
"description": "MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously",
"repository": {
"url": "https://github.com/markswendsen-code/mcp-opentable",
"source": "github"
},
"version": "0.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}