MCP server exposing 5 tools for discogs.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/discogs/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/discogs/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io