# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add justus/bushdrum-events

# Browse available tools
npx -y @smithery/cli@latest tool list justus/bushdrum-events

# Get full schema for a tool
npx -y @smithery/cli@latest tool get justus/bushdrum-events list_cities

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get justus/bushdrum-events <tool-name>
```
