bot.yeehaw/events
Official2 toolsby capitalthought
Agent-first Austin events concierge — fresh, sourced answers to what's happening in Austin.
Get current event information and recommendations for activities in Austin.
Topics
Captured live from the server via tools/list.
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 record carries a `source` attribution and a `confidence` score. Pass `id` to fetch one event by id; it ignores date_range and all other filters.
Parameters (7)
- idstring
Fetch one event by id; ignores date_range and other filters when set.
- querystring
Free-text keyword match against event titles.
- categorystring
Category slug (e.g. music, sports, civic).
- neighborhoodstring
Austin neighborhood slug. One of: downtown, east-austin, hyde-park, mueller, rainey-street, south-congress, the-domain, zilker. Common shorthands (east, domain, soco, rainey) are accepted.
- date_rangestring
Required unless `id` is set. e.g. today, tonight, this_weekend, next_7_days, or an ISO date range.
- price_maxnumber
Maximum ticket price in USD. price_max=0 returns only events with a known $0 price. Most events have no listed price (sparse upstream data) — for price_max>0 those are still returned and the response states how many were not price-filtered.
- limitinteger
Max results, default 20, clamped to 50.
overview
Inspectable State: report Yeehaw's operational state in one call (no input) — event counts, last successful ingest per source vs cadence, cron health, open circuit breakers, recent error tail, and coverage gaps.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"events": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://yeehaw.bot/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.