# Bushdrum Events MCP server

City-scoped Bushdrum event search for agents with list_cities and search_events.

## Links
- Registry page: https://www.getdrio.com/mcp/com-bushdrum-events
- Website: https://bushdrum.com/developers

## Install
- Endpoint: https://bushdrum.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://bushdrum.com/mcp
- Remote endpoint: https://bushdrum.com/mcp/sse

## Tools
- list_cities - List public Bushdrum cities with event and venue coverage. Endpoint: https://bushdrum.com/mcp
- 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.
     Endpoint: https://bushdrum.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.bushdrum
- Version: 1.0.0
- Runtime: Sse, Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 15, 2026
- Source: https://registry.modelcontextprotocol.io
