Discogs MCP Server

search

Query the Discogs database to find artists, labels, releases, or masters using specific filters like title, genre, year, or format. Retrieve detailed results for music catalog management.

Instructions

Issue a search query to the Discogs database

Input Schema

NameRequiredDescriptionDefault
anvNo
artistNo
barcodeNo
catnoNo
contributorNo
countryNo
creditNo
formatNo
genreNo
labelNo
pageNo
per_pageNo
qNo
release_titleNo
sortNo
sort_orderNo
styleNo
submitterNo
titleNo
trackNo
typeNo
yearNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "anv": { "type": "string" }, "artist": { "type": "string" }, "barcode": { "type": "string" }, "catno": { "type": "string" }, "contributor": { "type": "string" }, "country": { "type": "string" }, "credit": { "type": "string" }, "format": { "type": "string" }, "genre": { "type": "string" }, "label": { "type": "string" }, "page": { "minimum": 1, "type": "integer" }, "per_page": { "maximum": 100, "minimum": 1, "type": "integer" }, "q": { "type": "string" }, "release_title": { "type": "string" }, "sort": { "enum": [ "title", "artist", "year" ], "type": "string" }, "sort_order": { "enum": [ "asc", "desc" ], "type": "string" }, "style": { "type": "string" }, "submitter": { "type": "string" }, "title": { "type": "string" }, "track": { "type": "string" }, "type": { "enum": [ "artist", "label", "master", "release" ], "type": "string" }, "year": { "type": "string" } }, "type": "object" }
ID: 05or5qmrnr