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

NameTypeRequiredDescription
querystringyesSearch query
typestringnoComma-separated types (default “track”)
marketstringnoISO 3166-1 alpha-2 market code (e.g., “US”)
limitnumberno1-50 (default 20)
offsetnumberno0-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.

Regenerated from source · build May 21, 2026