🎟 Event Synoptic API

Live Los Angeles event intelligence for AI agents and developers: 12,000+ upcoming events with venues, dates, artists, prices and cross-marketplace ticket price comparison, plus 700+ enriched bars & nightclubs with vibes and real-time happy hours.

read-onlyno auth requiredMCP native

🤖 MCP server (Claude, ChatGPT, Gemini, any MCP client)

Add as a remote MCP server — Streamable HTTP, stateless:

https://go.eventsynoptic.com/mcp

Tools: search_events, get_event, get_best_ticket_prices, find_bars, whats_on_tonight, get_taxonomy.

In Claude: Settings → Connectors → Add custom connector → paste the URL.
In Claude Code: claude mcp add --transport http event-synoptic https://go.eventsynoptic.com/mcp

🔌 REST API v1

GET https://go.eventsynoptic.com/api/v1/events?q=jazz&from=2026-08-01&limit=5
GET https://go.eventsynoptic.com/api/v1/events?tags=concerts,techno&lat=34.05&lon=-118.25&radius_km=10
GET https://go.eventsynoptic.com/api/v1/events/<id>
GET https://go.eventsynoptic.com/api/v1/events/<id>/prices     # cross-marketplace, Gametime live
GET https://go.eventsynoptic.com/api/v1/venues?vibe=rooftop&happy_hour_now=1
GET https://go.eventsynoptic.com/api/v1/tonight?lat=34.05&lon=-118.25
GET https://go.eventsynoptic.com/api/v1/meta                    # tags & vibes taxonomy

Limits & keys

Anonymous: 20 req/min, 500/day per IP. With an X-API-Key header: 120 req/min, 10,000/day. Keys are issued manually for now — email ki.kolxoz@gmail.com.

Attribution & links

Responses include an attribution field. All outbound links (tickets, maps, reservations) are tracking redirects to the official ticket/venue pages; some are affiliate links. Please keep them intact — that's what keeps this API free.