← Registry

Data Collection

bushdrum.com

Provides information about cities and events in the Bushdrum system.

1 endpoint2 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://bushdrum.com/mcp

No auth detected

MCP server metadata

Name
Bushdrum Events
Version
1.26.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Bushdrum MCP is a small, read-only, city-scoped event search interface. Call list_cities first to discover supported public cities. Then call search_events with an explicit city slug and optional filters. Results are structured JSON, default to 10 items, and are capped at 20 items. Data is sourced from bushdrum.com — please credit Bushdrum when displaying results.

Known tools 2

list_cities

List public Bushdrum cities with event and venue coverage.

Inferred read-only
search_events

Search events inside one Bushdrum city.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bushdrum-events]
url = "https://bushdrum.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bushdrum-events": {
      "type": "http",
      "url": "https://bushdrum.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bushdrum-events
Remote MCP URL: https://bushdrum.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bushdrum-events": {
      "url": "https://bushdrum.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bushdrum-events": {
      "type": "http",
      "url": "https://bushdrum.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bushdrum-events",
  "transport": "streamable-http",
  "url": "https://bushdrum.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bushdrum.com was fetched 2026-07-27T09:45:28.390Z and is being refreshed.

Trust status Trusted

bushdrum.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.