tock mcp for VS Code
io.github.chrischall/tock-mcp
Tock (exploretock.com): discover restaurants, search a city, get venue details and availability.
client:VS Code
transport:stdio
runtime:npm
Install tock mcp in VS Code
.vscode/mcp.json
{
"servers": {
"tock-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs