MCP server exposing 6 tools for spotify.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/spotify/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Search the Spotify catalog. type = comma-separated of album, artist, playlist, track, show, episode, audiobook. Returns matched items in named sections.get_track — Single track by Spotify ID. Returns artists, album, popularity, preview URL, duration.get_artist — Artist record: name, genres, popularity, followers, images.get_album — Fetch a Spotify album by album_id. Returns name, artists, release date, total tracks, label, genres, popularity, images, and full tracklist with track IDs and durations. Optional market filter.get_artist_top_tracks — Top tracks for an artist in a market (Spotify recommendation).get_audio_features — Audio features for a track: tempo (BPM), key, mode (major/minor), time_signature, energy, danceability, valence, acousticness, instrumentalness, liveness, speechiness, loudness.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/spotify/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io