Bushdrum Events

com.bushdrum/events

Documentation

Installation

Use the canonical remote MCP URL https://bushdrum.com/mcp or the SSE compatibility URL https://bushdrum.com/mcp/sse.

Configuration

Public remote use requires no auth or API key.

For local development, run the MCP server from the Bushdrum repo and point it at the local API base with BUSHDRUM_API_URL=http://localhost:8000.

Discovery

Official registry metadata: https://bushdrum.com/.well-known/mcp/server.json Legacy discovery JSON: https://bushdrum.com/.well-known/mcp.json

Capabilities

  • list_cities
  • search_events

Limitations

  • Read-only
  • City-scoped search only
  • search_events requires an explicit city slug
  • No venue tools, event detail tools, admin tools, or pagination in MCP v1
  • Default limit is 10, hard cap is 20