Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Spotify MCP server with 50 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Spotify — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Spotify MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Spotify tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Spotify call.
Tools Discovery →A Spotify MCP server lets AI agents read and write Spotify data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Spotify MCP server ships with 50 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Spotify's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a playlist for a Spotify user
Get a playlist owned by a Spotify user
Get full details of the items of a playlist owned by a Spotify user
Remove one or more items from a user's playlist
Add an item to the end of the user's current playback queue
Add one or more items to a user's playlist
Replace the image used to represent a specific playlist
Get Spotify catalog information for a single album
Get Spotify catalog information for multiple albums
Get Spotify catalog information about an album's tracks
Get a list of the albums saved in the current Spotify user's 'Your Music' library
Get Spotify catalog information for a single artist
Get Spotify catalog information for several artists
Get Spotify catalog information about an artist's albums
Get Spotify catalog information for a single audiobook
Get Spotify catalog information about an audiobook's chapters
Get Spotify catalog information for a single chapter
Get a list of the audiobooks saved in the current Spotify user's library
Get Spotify catalog information for a single episode identified by its unique Spotify ID
Get a list of the episodes saved in the current Spotify user's library
Get information about the user's current playback state, including track or episode, progress, and active device
Get information about a user's available Spotify Connect devices
Get the object currently being played on the user's Spotify account
Get tracks from the current user's recently played tracks
Get the list of objects that make up the user's queue
Get a list of the playlists owned or followed by the current Spotify user
Get the current image associated with a specific playlist
Get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string
Get Spotify catalog information for a single track identified by its unique Spotify ID
Get a list of the songs saved in the current user's library
Get a list of shows saved in the current Spotify user's library
Get Spotify catalog information about a show's episodes
Get Spotify catalog information for a single show identified by its unique Spotify ID
Get detailed profile information about the current user
Get the current user's top artists or tracks based on calculated affinity
Get the current user's followed artists
Set the repeat mode for the user's playback
Set the volume for the user's current playback device
Remove one or more items from the current user's library
Transfer playback to a new device and optionally begin playback
Start a new context or resume current playback on the user's active device
Pause playback on the user's account
Skips to next track in the user's queue
Skips to previous track in the user's queue
Seeks to the given position in the user's currently playing track
Toggle shuffle on or off for user's playback
Change a playlist's name and public/private state
Either reorder or replace items in a playlist depending on the request's parameters
Check if one or more items are already saved in the current user's library
Save one or more items to the current user's library
One endpoint. Any framework. Your agent is talking to Spotify in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.