← maxeatsout.club

INDIVIDUAL MCP TOOL

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.

maxeatsout.clubnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.maxeatsout.club/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_city and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

maxeatsout.club

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.
  • 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.
  • list_cities — List every city the Max Eats Out guide covers, with how many venues each holds.