tock-mcp
Rank #6,208io.github.chrischall/tock-mcp
Tock (exploretock.com): discover restaurants, search a city, get venue details and availability.
tock-mcp is a Model Context Protocol (MCP) server published by chrischall. It ranks #6,208 of 115,460 servers tracked on MCP Toplist. tock-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 109,252 of 115,460 servers on MCP Toplist.
Use tock-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tock-mcp -- npx -y tock-mcp[mcp_servers.tock-mcp]
command = "npx"
args = ["-y", "tock-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tock-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tock-mcp": {
"command": "npx",
"args": [
"-y",
"tock-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Ftock-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Ftock-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Ftock-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
Available versions (9)
| Version | Published |
|---|---|
| 0.4.0 | Aug 29, 2026 |
| 0.3.1 | Aug 28, 2026 |
| 0.3.0 | Aug 10, 2026 |
| 0.2.6 | Aug 6, 2026 |
| 0.2.5 | Aug 1, 2026 |
| 0.2.4 | Jul 30, 2026 |
| 0.2.3 | Jul 27, 2026 |
| 0.2.2 | Jul 27, 2026 |
| 0.1.0 | Jul 5, 2026 |
Frequently asked questions
- Who maintains tock-mcp?
- tock-mcp is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is tock-mcp listed on the Official MCP Registry?
- Yes — tock-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does tock-mcp have?
- MCP Toplist tracks 9 versions of tock-mcp, most recently published on Aug 29, 2026.
- Where can I find the source code for tock-mcp?
- The source code for tock-mcp is hosted at github.com/chrischall/tock-mcp.