← openconcert.org

INDIVIDUAL MCP TOOL

list_ensembles

List ensembles in the database.

openconcert.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

openconcert.org

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.openconcert-org]
url = "https://openconcert.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openconcert-org": {
      "type": "http",
      "url": "https://openconcert.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openconcert-org
Remote MCP URL: https://openconcert.org/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": {
    "openconcert-org": {
      "url": "https://openconcert.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "openconcert-org",
  "transport": "streamable-http",
  "url": "https://openconcert.org/mcp"
}
MCP Inspector

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

Related tools

  • find_events — Search events of any type (concerts, recitals, workshops, memorials, etc.).
  • get_event — Fetch a single event by id (e.g.
  • event_history — Return all past events for an ensemble, newest first.
  • popular_composers — Most-performed composers across all indexed events, sorted by event count (descending).
  • popular_works — Most-performed works across all indexed events, sorted by event count.
  • get_composer — Fetch one composer entry, the works in our index, and the performances.
  • get_work — Fetch a single work and the performances it has appeared in.