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
| Field | Type | Description |
|---|---|---|
| query | string | Free text: artist, show or venue name |
| tags | array | Category tags, e.g. ["#concerts","#jazz"]. Call get_taxonomy for the full list. |
| date_from | string | ISO date/datetime, default now |
| date_to | string | ISO date/datetime, default +7 days |
| lat | number | Latitude for near-me filtering |
| lon | number | Longitude for near-me filtering |
| radius_km | number | Radius for lat/lon filter, default 15 |
| max_price_usd | number | |
| free_only | boolean | |
| min_rating | number | Only events rated at least this (1-13). 10+ = major act or stadium show, 11+ = megastar. |
| badge | string (sensory | ebt | freeday | dog | age21 | allages) | Audience filter: sensory = sensory-friendly/autism-friendly showings; freeday = a museum/v |
| limit | number | 1-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.