Server data from the Official MCP Registry
Agent-first Austin events concierge — fresh, sourced answers to what's happening in Austin.
Agent-first Austin events concierge — fresh, sourced answers to what's happening in Austin.
Remote endpoints: streamable-http: https://yeehaw.bot/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
2 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"bot-yeehaw-events": {
"url": "https://yeehaw.bot/mcp"
}
}
}From the project's GitHub README.
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.
https://yeehaw.bot/mcp (JSON-RPC over HTTP) — no signup, no key, freebot.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.
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}}}'
| 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).
price_min/price_max are often null; find_events reports how many results it couldn't price rather than guessing.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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.