streamable-httpupdated 21d ago
Find independent music by how it sounds. Paste any Bandcamp, YouTube or SoundCloud link and get the closest sonic matches from 4M+ independent tracks, matched by rhythm, timbre, key and energy rather than genre tags.
What can you do with diggercamp?
diggercamp MCP server
Find independent music by how it sounds. Paste any Bandcamp, YouTube or SoundCloud link and get the closest sonic matches from 4M+ independent tracks, matched by rhythm, timbre, key and energy rather than genre tags.
This is the official remote MCP server for diggercamp, the AI music discovery platform for diggers, DJs and collectors.
Connect
No installation needed: it is a remote server.
- Server URL:
https://mcp.diggercamp.com/mcp(streamable HTTP) - Auth: OAuth 2.1 with your diggercamp account (also works in guest tier without login)
- Registry: published as
com.diggercamp/music-similarityon the official MCP registry
In Claude: Settings, Connectors, Add custom connector, paste the server URL. In ChatGPT: Settings, Connectors, Developer mode, add MCP server. Any other MCP client that supports remote streamable HTTP servers works the same way.
Tools
| Tool | What it does |
|---|---|
find_similar(url) |
Sonically similar tracks for a Bandcamp, YouTube or SoundCloud link |
deep_match(url) |
Technical match by rhythm, timbre and key, built for DJ sets (Pro/Studio) |
surprise_me(url) |
Similar tracks with more variety and less obvious picks (Pro/Studio) |
playlist_match(urls) |
Tracks that fit the combined sound of a set of 2 to 8 links |
inspire_me() |
A starting point from the diggercamp crate plus its closest matches |
generate_playlist(url, n, end_url, vibe) |
Generates and saves a playlist in your account (login required) |
Every result includes BPM and Camelot key for harmonic mixing, plus a direct link to the source platform, so listening and buying always happen where the artist publishes.
How it works
diggercamp analyses the sound itself. Every track is converted into acoustic fingerprints that describe rhythm, timbre, energy and overall sonic character, and similarity search runs on those fingerprints. diggercamp does not host, sell or distribute audio files: playback happens through the source platforms, and purchase links point to the artist's own page.
Links
- Website: diggercamp.com
- Manifesto: diggercamp.com/manifesto
- FAQ: diggercamp.com/faq
- Contact: info@diggercamp.com
The platform code is not part of this repository; this repo documents the public MCP endpoint and its metadata.
Install
Add diggercamp to your client. Pick the one you use.
claude mcp add --transport http diggercamp https://mcp.diggercamp.com/mcpcodex mcp add diggercamp --url https://mcp.diggercamp.com/mcp{
"mcpServers": {
"diggercamp": {
"url": "https://mcp.diggercamp.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"diggercamp": {
"type": "http",
"url": "https://mcp.diggercamp.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"diggercamp": {
"url": "https://mcp.diggercamp.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"diggercamp": {
"serverUrl": "https://mcp.diggercamp.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 14 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.3Latest | Aug 30, 2026 |
| 1.0.2 | Aug 18, 2026 |
| 1.0.1 | Aug 17, 2026 |
| 1.0.0 | Jul 31, 2026 |