Bushdrum Events
Bushdrum is a read-only MCP server for city-scoped event discovery.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Cities: List public Bushdrum cities with event and venue coverage.
- Search Events: Search events inside one Bushdrum city. Args: city: Required Bushdrum city slug such as zurich or berlin. limit: Number of results to return. Defaults to 10 and is capped at 20. q: Plai
What data it sees
Do you need an account
No: the server works without sign-in
Bushdrum is a read-only MCP server for city-scoped event discovery. It exposes two tools: list_cities for available Bushdrum cities, and search_events for structured event search within one explicit city using filters like category, vibe, audience, neighborhood, date, price, language, and time.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| list_cities | List public Bushdrum cities with event and venue coverage. |
| search_events | Search events inside one Bushdrum city. Args: city: Required Bushdrum city slug such as zurich or berlin. limit: Number of results to return. Defaults to 10 and is capped at 20. q: Plain search query for titles, venue names, and summaries. category: One or more event categories. subcategory: One subcategory value. vibe: One or more vibe filters. audience: One or more audience filters. neighborhood: Neighborhood filter scoped to the chosen city. date_from: Start date in YYYY-MM-DD format. date_to: End date in YYYY-MM-DD format. is_free: Only return free events when true. price_max: Maximum ticket price. indoor_outdoor: indoor, outdoor, or both. event_language: Event language code such as de or en. tags: One or more tag filters. time_from: Start time filter in HH:MM format. time_to: End time filter in HH:MM format. age_max: Maximum age suitability filter. |