Fetch release cover art from the Cover Art Archive using a MusicBrainz release MBID
domain: musicbrainz.org · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain the MusicBrainz release ID (MBID) for the release you want artwork for, e.g. via a prior MusicBrainz release lookup/search
Call `GET https://coverartarchive.org/release/{mbid}` to retrieve a JSON listing of all available cover art images and metadata for that release (front/back flags, types, comments, approval status)
For a direct image without parsing the listing, request the shortcut endpoints for the front or back cover image of a release directly
To fetch a smaller image instead of full resolution, append the appropriate thumbnail size selector (250px, 500px, or 1200px) supported by the Cover Art Archive
Handle a 404 response gracefully — not every MusicBrainz release has cover art submitted, since the archive is community-contributed
For release-group-level artwork (representative image across all releases in a group) rather than one specific release, use the corresponding release-group cover art endpoint instead of the release one
Known gotchas
A 404 from the Cover Art Archive for a valid MBID is a completely normal, expected outcome (no art submitted yet) — it should not be treated as an error state in your integration
Release MBIDs and release-group MBIDs are different identifiers with different cover-art endpoints; using the wrong one returns no results even when artwork exists under the other identifier
Cover Art Archive images are stored on the Internet Archive's infrastructure and curated by MusicBrainz's community, so metadata like 'approved' status can matter if you want to filter out unverified/likely-wrong uploads
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?