← eventsynoptic.com

INDIVIDUAL MCP TOOL

get_best_ticket_prices

Compare ticket prices for an event across marketplaces (Ticketmaster, Gametime, StubHub, Vivid Seats.

eventsynoptic.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://go.eventsynoptic.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_best_ticket_prices 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://go.eventsynoptic.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "event-synoptic",
  "transport": "streamable-http",
  "url": "https://go.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), including `provenance` (source, last_seen_at, still_listed, price_as_of, confidence) and venue facilities.
  • get_event_history — Change-only history of what the source said about an event over time: price moves, sold-out, date shifts, delisting/cancellation, with when we first saw the listing.
  • find_bars — Find Los Angeles bars and nightclubs: by vibe (cocktail, rooftop, dive, techno.
  • find_museums — Find Los Angeles museums and galleries: art, history, science, film, kids, cars, gardens, photography.
  • 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, bar/club vibe tags, kid-place categories and museum types used by the other tools.