
Bushdrum Events
Let agents list supported cities and search Bushdrum events when building local discovery apps, concierge bots, or event-aware features.
Overview
Bushdrum Events MCP is a MCP server for the Build phase that lets agents list cities and search local events via streamable HTTP or SSE.
What is this MCP server?
- Tools list_cities and search_events for city-scoped discovery
- Dual remotes: streamable-http and SSE at bushdrum.com
- Developer docs at bushdrum.com/developers
- Version 1.0.0 Bushdrum Events MCP
- Fits concierge agents and local lifestyle apps without custom event scrapers
- Documented tools: list_cities, search_events
- 2 remote transports (HTTP + SSE)
- Server version: 1.0.0
What problem does it solve?
Shipping event-aware agents means juggling per-city APIs and scrapers when a single MCP could standardize city pickers and event queries.
Who is it for?
Solo builders building local event bots, dating/social apps, or travel assistants that need structured event search per city.
Skip if: Global enterprise calendaring, private corporate events, or builders who need ticket purchase and checkout APIs only.
What do I get? / Deliverables
Once registered, your agent can enumerate Bushdrum cities and return matching events while you wire results into your app UI or prompts.
- City list tool access
- Event search results inside agent sessions
Recommended MCP Servers
Journey fit
How it compares
Hosted event-search MCP integration, not an in-repo brainstorming or SEO skill.
Common Questions / FAQ
Who is Bushdrum Events MCP for?
Builders and agent authors who want city-scoped public event data through standard MCP tools instead of custom integrations.
When should I use Bushdrum Events MCP?
Use it during build integrations when your product or agent must answer what is happening in a given city this week.
How do I add Bushdrum Events MCP to my agent?
Register https://bushdrum.com/mcp (streamable-http) or https://bushdrum.com/mcp/sse (sse) in your MCP config and call list_cities then search_events.