@pipeworx/discogs
Connect: https://gateway.pipeworx.io/discogs/mcp · Install: one-click buttons
Tools: 5
Discogs MCP — music release / artist / label database.
Tools
search(query, type?, title?, artist?, label?, format?, country?, year?, genre?, style?, page?, per_page?)get_release(release_id)get_master(master_id)get_artist(artist_id)get_label(label_id)
Auth
BYO personal access token. Pass ?_apiKey=<token> after generating one at https://www.discogs.com/settings/developers (free).
Data source
https://api.discogs.com — header Authorization: Discogs token=<token>.
Tools
- search — Full-text search across Discogs (releases, masters, artists, labels). Filter by type, title, artist, format (e.g., “Vinyl”, “CD”), country, year, genre, style, label.
- get_release — Full release detail: title, artists, labels, formats, tracklist, credits, year, country, notes, identifiers (barcode, matrix), data quality.
- get_master — Fetch master release detail by Discogs master_id — the canonical work record spanning all pressings/editions. Returns title, main release, artists, genres, styles, year, tracklist, and Discogs URL.
- get_artist — Fetch a Discogs artist profile by artist_id. Returns name, real name, profile bio, URLs, aliases, group memberships, images, and Discogs URL.
- get_label — Fetch a Discogs record label profile by label_id. Returns label name, profile, contact info, URLs, parent label, sublabels, and images.
Tools
-
get_artist— Fetch a Discogs artist profile by artist_id. Returns name, real name, profile bio, URLs, aliases, group memberships, images, and Discogs URL. -
get_label— Fetch a Discogs record label profile by label_id. Returns label name, profile, contact info, URLs, parent label, sublabels, and images. -
get_master— Fetch master release detail by Discogs master_id — the canonical work record spanning all pressings/editions. Returns title, main release, artists, genres, styles, year, tracklist, and Discogs URL. -
get_release— Full release detail: title, artists, labels, formats, tracklist, credits, year, country, notes, identifiers (barcode, matrix), data quality. -
search— Full-text search across Discogs (releases, masters, artists, labels). Filter by type, title, artist, format (e.g., Vinyl , CD ), country, year, genre, style, label.