events
E
events
/find_events

find events

Find upcoming Austin events from Yeehaw's sourced, deduplicated store. Structured filter over the events table; events more than 24h past are filtered. Every re

liveverifiedunknown~5s typical
mcpprobedevents
$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-bot-yeehaw-events /find_events for me.

Input

FieldTypeDescription
idstringFetch one event by id; ignores date_range and other filters when set.
querystringFree-text keyword match against event titles.
categorystringCategory slug (e.g. music, sports, civic).
neighborhoodstringAustin neighborhood slug. One of: downtown, east-austin, hyde-park, mueller, rainey-street
date_rangestringRequired unless `id` is set. e.g. today, tonight, this_weekend, next_7_days, or an ISO dat
price_maxnumberMaximum ticket price in USD. price_max=0 returns only events with a known $0 price. Most e
limitintegerMax results, default 20, clamped to 50. default 20

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-bot-yeehaw-events","endpoint":"/find_events","input":{"limit":20}}'
cli
npx cracked-ai run -p mcp-bot-yeehaw-events -e /find_events -i '{"limit":20}'
mcp
run_tool({ provider: "mcp-bot-yeehaw-events", endpoint: "/find_events", input: {"limit":20} })

Try it

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