event-synoptic
E
event-synoptic
/search_events

search events

Search upcoming Los Angeles events (concerts, parties, theater, family, sport and more). Returns compact JSON with venue, date, price-from, artists and a ticket

liveverifiedunknown~5s typical
mcpprobedevent-synoptic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-eventsynoptic-go-event-synoptic /search_events for me.

Input

FieldTypeDescription
querystringFree text: artist, show or venue name
tagsarrayCategory tags, e.g. ["#concerts","#jazz"]. Call get_taxonomy for the full list.
date_fromstringISO date/datetime, default now
date_tostringISO date/datetime, default +7 days
latnumberLatitude for near-me filtering
lonnumberLongitude for near-me filtering
radius_kmnumberRadius for lat/lon filter, default 15
max_price_usdnumber
free_onlyboolean
min_ratingnumberOnly events rated at least this (1-13). 10+ = major act or stadium show, 11+ = megastar.
badgestring (sensory | ebt | freeday | dog | age21 | allages)Audience filter: sensory = sensory-friendly/autism-friendly showings; freeday = a museum/v
limitnumber1-25, default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-eventsynoptic-go-event-synoptic","endpoint":"/search_events","input":{}}'
cli
npx cracked-ai run -p mcp-com-eventsynoptic-go-event-synoptic -e /search_events -i '{}'
mcp
run_tool({ provider: "mcp-com-eventsynoptic-go-event-synoptic", endpoint: "/search_events", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.