search
Pack: spotify · Endpoint: https://gateway.pipeworx.io/spotify/mcp
Search the Spotify catalog. type = comma-separated of album, artist, playlist, track, show, episode, audiobook. Returns matched items in named sections.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search query |
type | string | no | Comma-separated types (default “track”) |
market | string | no | ISO 3166-1 alpha-2 market code (e.g., “US”) |
limit | number | no | 1-50 (default 20) |
offset | number | no | 0-1000 (default 0) |
Example call
curl -X POST https://gateway.pipeworx.io/spotify/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"spotify": {
"url": "https://gateway.pipeworx.io/spotify/mcp"
}
}
}
See Getting Started for client-specific install steps.