← eventsynoptic.com

INDIVIDUAL MCP TOOL

find_bars

Find Los Angeles bars and nightclubs: by vibe (cocktail, rooftop, dive, techno...), near a location, or with happy hour running right now.

eventsynoptic.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://eventsynoptic.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_bars 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

eventsynoptic.com

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.event-synoptic]
url = "https://eventsynoptic.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "event-synoptic": {
      "type": "http",
      "url": "https://eventsynoptic.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: event-synoptic
Remote MCP URL: https://eventsynoptic.com/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": {
    "event-synoptic": {
      "url": "https://eventsynoptic.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "event-synoptic": {
      "type": "http",
      "url": "https://eventsynoptic.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "event-synoptic",
  "transport": "streamable-http",
  "url": "https://eventsynoptic.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_events — Search upcoming Los Angeles events (concerts, parties, theater, family, sport and more).
  • get_event — Get full details of one event by its id (from search_events results).
  • get_best_ticket_prices — Compare ticket prices for an event across marketplaces (Ticketmaster, Gametime, StubHub, Vivid Seats...).
  • whats_on_tonight — One call for "what to do tonight in LA": top events until ~6am plus bars with happy hour on right now.
  • get_taxonomy — List all event category tags and bar/club vibe tags used by the other tools.