search
ActiveTool of mcp-discogs
declared in 0.1.0
Full-text search across Discogs (releases, masters, artists, labels). Filter by type, title, artist, format (e.g., "Vinyl", "CD"), country, year, genre, style, label.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "The Beatles Abbey Road"
},
{
"page": 1,
"type": "artist",
"genre": "Rock",
"query": "Pink Floyd",
"format": "Vinyl",
"per_page": 50
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page"
},
"type": {
"type": "string",
"description": "release | master | artist | label"
},
"year": {
"type": "string",
"description": "Release year or year-range"
},
"genre": {
"type": "string",
"description": "Genre filter"
},
"label": {
"type": "string",
"description": "Label filter"
},
"query": {
"type": "string",
"description": "Free-text query"
},
"style": {
"type": "string",
"description": "Style filter"
},
"title": {
"type": "string",
"description": "Title filter"
},
"artist": {
"type": "string",
"description": "Artist filter"
},
"format": {
"type": "string",
"description": "e.g., \"Vinyl\", \"CD\", \"Album\""
},
"country": {
"type": "string",
"description": "Country of release"
},
"per_page": {
"type": "number",
"description": "1-100 (default 25)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-discogs
https://github.com/pipeworx-io/mcp-discogs
2/7 registries