# Serato DJ library (mcpb · serato-dj-mcp-0.1.1.mcpb)

Ask AI about your Serato library: harmonic search, crate audits, previewed crate building.

- Trust score: 44/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- mcpb · `serato-dj-mcp-0.1.1.mcpb`: 44/100 (this document), [markdown](https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/https-github-com-venut-technologies-serato-dj-mcp-releases-download-v0-1-1-serat.md), [page](https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/https-github-com-venut-technologies-serato-dj-mcp-releases-download-v0-1-1-serat)
- npm · `serato-dj-mcp`: 77/100, [markdown](https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/serato-dj-mcp.md), [page](https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/serato-dj-mcp)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/Venut-Technologies/serato-dj-mcp/releases/download/v0.1.1/serato-dj-mcp-0.1.1.mcpb`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Supply Chain Security**: 23/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 92 of 92 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - 31 of 92 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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.

## Install

- Download bundle: `https://github.com/Venut-Technologies/serato-dj-mcp/releases/download/v0.1.1/serato-dj-mcp-0.1.1.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-24 (score 44)

First indexed and scored.

## MCP tools (6)

### `list_libraries` (~46 tokens)

List Serato libraries

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.

Output parameters:

- `active` (string|null)
- `libraries` (array)
- `warnings` (array)

### `list_crates` (~75 tokens)

List Serato crates

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.

Input parameters:

- `cursor` (string)
- `limit` (integer)

Output parameters:

- `crates` (array)
- `generation` (string)
- `next_cursor` (string)
- `warnings` (array)

### `search_tracks` (~268 tokens)

Search Serato tracks

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 ~.

Input parameters:

- `added` (object)
- `bpm` (object)
- `crate` (object)
- `cursor` (string)
- `fields` (array)
- `flags` (object)
- `genre` (string)
- `key` (object)
- `limit` (integer)
- `q` (string)
- `rating` (object)
- `sort` (string)

Output parameters:

- `generation` (string)
- `next_cursor` (string)
- `tracks` (array)
- `warnings` (array)

### `get_tracks` (~87 tokens)

Get Serato tracks by id

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 ~.

Input parameters:

- `fields` (array)
- `ids` (array, required)

Output parameters:

- `found` (array)
- `generation` (string)
- `missing` (array)
- `warnings` (array)

### `get_crate_tracks` (~141 tokens)

Get the tracks of a crate

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 ~.

Input parameters:

- `crate_id` (integer)
- `crate_name` (string)
- `cursor` (string)
- `fields` (array)
- `limit` (integer)

Output parameters:

- `crate` (object)
- `generation` (string)
- `next_cursor` (string)
- `tracks` (array)
- `warnings` (array)

### `audit_library` (~163 tokens)

Audit the Serato library

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.

Input parameters:

- `check_filesystem` (boolean)
- `checks` (array)

Output parameters:

- `checks` (array)
- `generation` (string)
- `warnings` (array)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/https-github-com-venut-technologies-serato-dj-mcp-releases-download-v0-1-1-serat#diagnostics

## Score history

- 2026-09-25: 44
- 2026-09-24: 44

## Common questions

### 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 MCPB bundle (https://github.com/Venut-Technologies/serato-dj-mcp/releases/download/v0.1.1/serato-dj-mcp-0.1.1.mcpb).

### Is the Serato DJ library MCP server safe to use?

Serato DJ library scores 44 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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.

### 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.

## Links

- Repository: https://github.com/Venut-Technologies/serato-dj-mcp
- Changelog RSS feed: https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/https-github-com-venut-technologies-serato-dj-mcp-releases-download-v0-1-1-serat.xml
- Changelog JSON feed: https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/https-github-com-venut-technologies-serato-dj-mcp-releases-download-v0-1-1-serat.json
- HTML version of this page: https://verifymcp.io/servers/venut-technologies-serato-dj-mcp/https-github-com-venut-technologies-serato-dj-mcp-releases-download-v0-1-1-serat
