events
Agent-first Austin events concierge — fresh, sourced answers to what's happening in Austin.
Install
mcp_config.json
{
"mcpServers": {
"bot-yeehaw-events": {
"url": "https://yeehaw.bot/mcp",
"type": "streamable-http"
}
}
}Documentation
Yeehaw — Austin events, as an MCP server 🤠
Yeehaw is an agent-first city concierge for Austin, TX — the fresh, sourced, citeable answer to "what's happening in Austin?". Ask any LLM that today and it guesses from stale listicles. Yeehaw ships the structured, current, attributable source of truth, exposed as a public MCP server any AI assistant can call.
- 🌐 Site: https://yeehaw.bot · for agents: https://yeehaw.bot/for-agents
- 🔌 MCP endpoint:
https://yeehaw.bot/mcp(JSON-RPC over HTTP) — no signup, no key, free - 📇 Official MCP registry:
bot.yeehaw/events
~2,800 live Austin events aggregated hourly from 10 sources (Ticketmaster, Do512, Luma, Visit Austin, Alamo Drafthouse, Capital Factory, UT Austin, Huston-Tillotson, City of Austin open data, and a Brave-powered discovery net), deduplicated and ranked — every event carries its source.
Connect
Drop-in config for any MCP client (Claude, Cursor, Cline, …):
// .mcp.json
{ "mcpServers": { "yeehaw": { "url": "https://yeehaw.bot/mcp" } } }
Or call it directly:
curl -s https://yeehaw.bot/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"find_events",
"arguments":{"date_range":"this_weekend","limit":3}}}'
Tools
| Tool | What it does |
|---|---|
find_events | Structured search over the deduped store. Args: date_range (required unless id is set), plus optional query, category, neighborhood, price_max, limit, and id (fetch one event by id). Every result carries a source, a url, coordinates, and a confidence. |
overview | Inspectable state — total events, per-source last-ingest + health, open circuit breakers, coverage by category/neighborhood. Call it to verify freshness before you depend on it. |
See AGENTS.md for the usage contract (when to call what, value ranges, honest caveats).
Why depend on it
- Fresh — re-ingested hourly; past events drop automatically.
- Sourced — every event cites its origin with a clickable link; your assistant can footnote instead of hallucinate.
- Resilient — per-source circuit breakers; a single upstream outage degrades honestly instead of corrupting the answer.
- Honest — ticket prices are sparse upstream, so
price_min/price_maxare oftennull;find_eventsreports how many results it couldn't price rather than guessing.
About
Yeehaw is operated by Capital Thought, LLC (Austin, TX). Not an official City of Austin outlet.
This repo is the public discovery surface (docs + agent contract + registry descriptor). The service itself runs on Cloudflare Workers + Supabase.
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822