INDIVIDUAL MCP TOOL
get_venue
Retrieve the full Max Eats Out entry for one venue by its slug: the editorial note, what it is Best For, what it is known for, how it works (seating, the door, ordering, payment), what it pours, its locations and its links.
LIVE ENDPOINT
https://www.maxeatsout.club/api/mcp
Connect to this endpoint to inspect the live schema for get_venue and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.max-eats-out]
url = "https://www.maxeatsout.club/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"max-eats-out": {
"type": "http",
"url": "https://www.maxeatsout.club/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: max-eats-out
Remote MCP URL: https://www.maxeatsout.club/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"max-eats-out": {
"url": "https://www.maxeatsout.club/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"max-eats-out": {
"type": "http",
"url": "https://www.maxeatsout.club/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "max-eats-out",
"transport": "streamable-http",
"url": "https://www.maxeatsout.club/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_venues— Search the Max Eats Out guide — an editorially curated catalogue of restaurants and bars across the cities the author has eaten in, each one chosen and written up by hand.list_cities— List every city the Max Eats Out guide covers, with how many venues each holds.get_city— Get one city's guide: its editorial blurb, venue count, and the vocabulary available for filtering — its areas (areas belong to exactly one city), plus the catalogue's cuisines, dishes, tags, awards, venue types, price bands, Best For moments and drink categories.