Tock (exploretock.com): discover restaurants, search a city, get venue details and availability.
claude mcp add tock-mcp -- npx -y tock-mcp
claude_desktop_config.json
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tock-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.chrischall--tock-mcp/reviews or the review_server meta-tool.
POST /mcp