search
ActiveTool of Spotify
declared in 0.1.0
Search the Spotify catalog. type = comma-separated of album, artist, playlist, track, show, episode, audiobook. Returns matched items in named sections.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "The Weeknd"
},
{
"type": "track",
"limit": 10,
"query": "Blinding Lights",
"market": "US"
}
],
"required": [
"query"
],
"properties": {
"type": {
"type": "string",
"description": "Comma-separated types (default \"track\")"
},
"limit": {
"type": "number",
"description": "1-50 (default 20)"
},
"query": {
"type": "string",
"description": "Search query"
},
"market": {
"type": "string",
"description": "ISO 3166-1 alpha-2 market code (e.g., \"US\")"
},
"offset": {
"type": "number",
"description": "0-1000 (default 0)"
}
}
}Parent server
Spotify
https://github.com/pipeworx-io/mcp-spotify
1/7 registries