← Registry

API Tools

djstrich.de

MCP server for searching DJ profiles, genres, locations, and availability on djstrich.de.

WebMCP2 endpoints25 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://djstrich.de/mcp

No auth detected

MCP server metadata

Name
djstrich
Version
0.48.0
Capabilities
tools.listChanged

Known tools 22

get_genres

Returns all music genres and their subgenres supported by djstrich.de.

Inferred read-only
get_locations

Returns all supported cities, countries, and their metadata for DJ search filtering.

Inferred read-only
search_djs

Search DJ profiles on djstrich.de by name, city, genre, date, and more.

Inferred read-only
get_dj_profile

Fetch a public DJ profile by slug (e.g.

Inferred read-only
check_availability

Check whether a DJ has a blocked date on a specific day.

Inferred read-only
list_my_bookings

List every booking request the authenticated user's DJ profile is party to: requests received from promoters and applications the DJ sent.

Inferred read-only
list_shortlists

List the DJs an organisation has shortlisted, newest first.

Inferred read-only
add_to_shortlist

Add a DJ to an organisation's shortlist, with an optional private note and optional tags from a closed vocabulary (headliner, support, local, touring, resident_candidate, live_act, needs_travel, back_to_back; max 8).

Inferred read-only
remove_from_shortlist

Remove a DJ from an organisation's shortlist.

Potential side effects
list_orgs

List the promoter organizations the authenticated user belongs to.

Inferred read-only
list_events

List all events for a promoter organization.

Inferred read-only
create_event

Create a new event for a promoter organization.

Potential side effects
update_event

Update fields on an existing event.

Potential side effects
archive_event

Archive (soft-delete) an event.

Potential side effects
duplicate_event

Duplicate an existing event (including its slots) to a new date.

Inferred read-only
list_event_slots

List an event's line-up slots, including whether each is filled and whether it is an open call.

Inferred read-only
create_event_slot

Create 1–50 line-up slots on an existing event.

Potential side effects
book_slot

Offer an event slot to a DJ who is already on djstrich.

Inferred read-only
invite_dj

Invite a DJ who is NOT on djstrich yet and tag them onto one or more slots.

Inferred read-only
list_bookings

List the organisation's booking requests, most recently updated first.

Inferred read-only
get_market_metrics

Aggregate booking-intelligence metrics (response rate, booking conversion rate, fee percentiles, median time-to-response) by genre and region.

Inferred read-only
get_confirmed_events

Confirmed bookings as event-ready payloads (event, venue, confirmed lineup with RA slugs) — the upstream booking→tickets handoff.

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

.mcp.json

{
  "mcpServers": {
    "djstrich": {
      "type": "http",
      "url": "https://djstrich.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://djstrich.de

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 3

search_djs

Search the DJStrich underground DJ directory. Returns DJ profiles matching the given filters.

Inferred read-only
view_dj_profile

Navigate the browser to a DJ's public profile page on DJStrich.

Inferred read-only
start_booking_request

Navigate to initiate a booking request for a specific DJ. Requires the user to be logged in — unauthenticated users will be redirected to login first.

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.webmcp]
url = "https://djstrich.de"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://djstrich.de"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://djstrich.de

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": {
    "webmcp": {
      "url": "https://djstrich.de"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://djstrich.de"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://djstrich.de"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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