LIVE ENDPOINT
https://djstrich.de/mcp
Connect to this endpoint to inspect the live schema for create_event and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
get_genres— Returns all music genres and their subgenres supported by djstrich.de.get_locations— Returns all supported cities, countries, and their metadata for DJ search filtering.search_djs— Search DJ profiles on djstrich.de by name, city, genre, date, and more.get_dj_profile— Fetch a public DJ profile by slug (e.g.check_availability— Check whether a DJ has a blocked date on a specific day.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.list_shortlists— List the DJs an organisation has shortlisted, newest first.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).