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
| Field | Type | Description |
|---|---|---|
| id | string | Fetch one event by id; ignores date_range and other filters when set. |
| query | string | Free-text keyword match against event titles. |
| category | string | Category slug (e.g. music, sports, civic). |
| neighborhood | string | Austin neighborhood slug. One of: downtown, east-austin, hyde-park, mueller, rainey-street |
| date_range | string | Required unless `id` is set. e.g. today, tonight, this_weekend, next_7_days, or an ISO dat |
| price_max | number | Maximum ticket price in USD. price_max=0 returns only events with a known $0 price. Most e |
| limit | integer | Max 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.