Bushdrum Events
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 …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add justus/bushdrum-events
# Browse available tools
npx -y smithery tool list justus/bushdrum-events
# Get full schema for a tool
npx -y smithery tool get justus/bushdrum-events list_cities
# Call a tool
npx -y smithery tool call justus/bushdrum-events list_cities '{}'Direct MCP Connection
Endpoint: https://bushdrum-events--justus.run.tools
Tools (2)
list_cities— List public Bushdrum cities with event and venue coverage.search_events— Search events inside one Bushdrum city.
# Get full input/output schema for a tool
npx -y smithery tool get justus/bushdrum-events