TABLEALL MCP Server is a Model Context Protocol (MCP) server that allows AI Agent to access real-time restaurant information, availability, and menu data from TABLEALL. This integration enables AI Agent to help users find restaurants, check availability, and explore menu options directly through conversation.
Server Config
{
"mcpServers": {
"tableall-mcp-remote": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.tableall.com/sse"
]
}
}
}