API Tools
djstrich.de
MCP server for searching DJ profiles, genres, locations, and availability on djstrich.de.
ENDPOINT 1
https://djstrich.de/mcp
MCP server metadata
- Name
- djstrich
- Version
- 0.48.0
Known tools 22
get_locationsReturns all supported cities, countries, and their metadata for DJ search filtering.
Inferred read-onlylist_my_bookingsList every booking request the authenticated user's DJ profile is party to: requests received from promoters and applications the DJ sent.
Inferred read-onlyadd_to_shortlistAdd 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-onlylist_event_slotsList an event's line-up slots, including whether each is filled and whether it is an open call.
Inferred read-onlyinvite_djInvite a DJ who is NOT on djstrich yet and tag them onto one or more slots.
Inferred read-onlylist_bookingsList the organisation's booking requests, most recently updated first.
Inferred read-onlyget_market_metricsAggregate booking-intelligence metrics (response rate, booking conversion rate, fee percentiles, median time-to-response) by genre and region.
Inferred read-onlyget_confirmed_eventsConfirmed bookings as event-ready payloads (event, venue, confirmed lineup with RA slugs) — the upstream booking→tickets handoff.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- WebMCP
Known tools 3
search_djsSearch the DJStrich underground DJ directory. Returns DJ profiles matching the given filters.
Inferred read-onlystart_booking_requestNavigate 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.