MCP server exposing 4 tools for musicbrainz.
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/musicbrainz/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_artists — Search for music artists by name. Returns artist IDs, names, types, and countries. Use get_artist to fetch full discography and biographical details.get_artist — Get artist details including biography, country, founding date, and complete release list. Requires artist ID from search_artists.search_releases — Search for albums and releases by title or artist name. Returns release IDs, titles, artists, release dates, and formats.get_release — Get release details: full track listing, credits, media formats, and metadata. Requires release ID from search_releases.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/musicbrainz/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io