Serato DJ library
NPM · SERATO-DJ-MCP · 2 COMPONENTS · SCANNED SEP 25
Ask AI about your Serato library: harmonic search, crate audits, previewed crate building.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to Venut-Technologies/serato-dj-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability68
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 780 tokens (~130/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the Serato DJ library MCP server?
Serato DJ library runs locally as an npm package, launched with npx -y serato-dj-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · serato-dj-mcp
claude mcp add venut-technologies-serato-dj-mcp -- npx -y serato-dj-mcp
{
"mcpServers": {
"venut-technologies-serato-dj-mcp": {
"command": "npx",
"args": [
"-y",
"serato-dj-mcp"
]
}
}
} {
"servers": {
"venut-technologies-serato-dj-mcp": {
"command": "npx",
"args": [
"-y",
"serato-dj-mcp"
]
}
}
} codex mcp add venut-technologies-serato-dj-mcp -- npx -y serato-dj-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"venut-technologies-serato-dj-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"serato-dj-mcp"
],
"enabled": true
}
}
} openclaw mcp add venut-technologies-serato-dj-mcp --command npx --arg -y --arg serato-dj-mcp
mcp_servers:
venut-technologies-serato-dj-mcp:
command: "npx"
args: ["-y", "serato-dj-mcp"] {
"McpServers": {
"venut-technologies-serato-dj-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"serato-dj-mcp"
]
}
}
} assistant mcp add venut-technologies-serato-dj-mcp -t stdio -c npx -a -y serato-dj-mcp
{
"mcpServers": {
"venut-technologies-serato-dj-mcp": {
"command": "npx",
"args": [
"-y",
"serato-dj-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 24 Sept 26 62
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 25 Sept 2026 · Analysed npm/serato-dj-mcp@0.1.1
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | Venut-Technologies/serato-dj-mcp |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/Venut-Technologies/serato-dj-mcp/.github/workflows/release.yml@refs/tags/v0.1.1 |
| Rekor log index | 2945436102 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:dd0a45898542961f11c0dfc3c3059d7813abbb58c9c749992cd0d606b21669b0cf5eeec68b40951416dd56f2ca7a159a6d71072a16b292cfff3ddd89c |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
audit_library Audit the Serato library ~163
Diagnose the library. All checks run by default: missing_bpm, missing_key, key_unreadable_by_serato, stale, not_in_any_crate, streaming_only, duplicates, broken_paths. broken_paths reads Serato's own missing flag by default and ALSO walks the filesystem with check_filesystem: true -- opt-in because a stat against a disconnected drive blocks for seconds. Each check reports a count and up to 10 example track ids; duplicates reports groups instead, since which track duplicates which is the actionable part. missing_key counts tracks with no key at all, while key_unreadable_by_serato counts tracks whose key this server can read but Serato itself cannot display.
| Name | Type | Req | Description |
|---|---|---|---|
| check_filesystem | boolean | – | – |
| checks | array | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| checks | array | yes | – |
| generation | string | yes | – |
| warnings | array | – | – |
No examples provided.
get_crate_tracks Get the tracks of a crate ~141
List the tracks of one crate, in the crate's own order -- the order the DJ arranged, not the order they were added to the library. Only crates in the Serato Library space can be given. Give the crate by id or by exact name; an unknown name comes back with the list of names that exist. Default fields: id, artist, title, bpm, key, key_source, genre, rating, length. Paths are redacted to ~.
| Name | Type | Req | Description |
|---|---|---|---|
| crate_id | integer | – | – |
| crate_name | string | – | – |
| cursor | string | – | – |
| fields | array | – | – |
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| crate | object | yes | – |
| generation | string | yes | – |
| next_cursor | string | – | – |
| tracks | array | yes | – |
| warnings | array | – | – |
No examples provided.
get_tracks Get Serato tracks by id ~87
Fetch tracks by the ids search_tracks returned. Unknown ids come back in `missing` rather than being dropped silently, and `found` is in the order the ids were given. Default fields: id, artist, title, bpm, key, key_source, genre, rating, length. Paths are redacted to ~.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | – | – |
| ids | array | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| found | array | yes | – |
| generation | string | yes | – |
| missing | array | yes | – |
| warnings | array | – | – |
No examples provided.
list_crates List Serato crates ~75
List the crates in the Serato Library space, with their display path and how many distinct tracks each holds. Only crates in that space are listed: smart crates, space roots and Serato's other internal spaces (such as the Prepare panel) are excluded.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | – |
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| crates | array | yes | – |
| generation | string | yes | – |
| next_cursor | string | – | – |
| warnings | array | – | – |
No examples provided.
list_libraries List Serato libraries ~46
List the Serato libraries this server can see, with their version, schema and locations. Paths here are NOT redacted: copy one into --library to pin the server to it.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| active | string|null | yes | – |
| libraries | array | yes | – |
| warnings | array | – | – |
No examples provided.
search_tracks Search Serato tracks ~268
Search the Serato library. Free text `q` matches every whitespace-separated token against title, artist, album, genre and comments. Tonality is Camelot (`8A`); tracks whose key Serato itself could not parse are included, and `key_source` says where each key came from. `bpm.around` cannot be combined with `bpm.min`/`bpm.max`. `key.compatible_with` expands to the four mixable cells of the wheel. `rating` is a 0 to 1 scale, not 0 to 5 stars. Sort is one of bpm, added, artist, title, rating, relevance with an optional :asc/:desc; relevance needs a q. Default fields: id, artist, title, bpm, key, key_source, genre, rating, length. Paths are redacted to ~.
| Name | Type | Req | Description |
|---|---|---|---|
| added | object | – | – |
| bpm | object | – | – |
| crate | object | – | – |
| cursor | string | – | – |
| fields | array | – | – |
| flags | object | – | – |
| genre | string | – | – |
| key | object | – | – |
| limit | integer | – | – |
| q | string | – | – |
| rating | object | – | – |
| sort | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| generation | string | yes | – |
| next_cursor | string | – | – |
| tracks | array | yes | – |
| warnings | array | – | – |
No examples provided.
What is the Serato DJ library MCP server?
Serato DJ library is an MCP server listed in the public MCP registry as io.github.Venut-Technologies/serato-dj-mcp. Ask AI about your Serato library: harmonic search, crate audits, previewed crate building. This page covers its npm package (serato-dj-mcp).
Is the Serato DJ library MCP server safe to use?
Serato DJ library scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Serato DJ library MCP server expose?
Serato DJ library exposes 6 tools: list_libraries, list_crates, search_tracks, get_tracks, get_crate_tracks, audit_library. Their descriptions and schemas cost roughly 780 tokens of context every time the server is loaded.
Is the Serato DJ library MCP server still maintained?
Serato DJ library is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Serato DJ library MCP server under?
Serato DJ library declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.