← diggercamp.com
INDIVIDUAL MCP TOOL
generate_playlist
Generate and SAVE a playlist to the user's diggercamp account.
LIVE ENDPOINT
https://mcp.diggercamp.com/mcp
Connect to this endpoint to inspect the live schema for generate_playlist and invoke it with your own arguments.
Indexed 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 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.diggercamp]
url = "https://mcp.diggercamp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"diggercamp": {
"type": "http",
"url": "https://mcp.diggercamp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: diggercamp
Remote MCP URL: https://mcp.diggercamp.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": {
"diggercamp": {
"url": "https://mcp.diggercamp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"diggercamp": {
"type": "http",
"url": "https://mcp.diggercamp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "diggercamp",
"transport": "streamable-http",
"url": "https://mcp.diggercamp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_similar— Find sonically similar tracks to a song (closest by sound).deep_match— Deep Match: technical match by rhythm, timbre and key — great for building DJ sets.surprise_me— Surprise: sonically related tracks with wider variety / less obvious picks.playlist_match— Find tracks that fit a SET of 2-8 tracks together (their combined sound / centroid), not similarity to a single seed.inspire_me— Discovery: pick a starting track and show similar tracks.