musicbrainz-mcp-server: get cover art
musicbrainz_get_cover_artCover Art Archive images for a release or release-group MBID: front/back flags, image types, full-resolution URLs, and 250/500/1200px thumbnail URLs. Returns an empty image set (NOT an error) when the entity has no art — absence of art is information. Art is served at the release level; a release-group MBID resolves to a representative release's art automatically. URLs are linked, never rehosted — image copyright stays with the rights holders (only MusicBrainz core metadata is CC0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | Release or release-group MBID (36-character UUID). | |
| entity_type | No | Whether the MBID is a release (default) or a release-group. | release |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | No | The MBID that was queried. | |
| error | No | Present when the call failed. Absent on success. | |
| hasArt | No | Whether any cover art exists for this entity. | |
| images | No | Cover-art images (empty when the entity has no art). | |
| notice | No | Notice when no art exists for the entity. | |
| entityType | No | Whether the MBID was treated as a release or release-group. | |
| representativeRelease | No | For a release-group query, the release MBID whose art was returned. Omitted for direct release queries. |