Skip to main content
Glama

Discogs MCP Server

by cswkim

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" }

You must be authenticated.

Other Tools from Discogs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cswkim/discogs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server