New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Spotify

46 tools. 17 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

17 can modify or destroy data
29 read-only
46 tools total

Community server · catalogue entry checked 05/04/2026 · full schemas captured for 43 of 46 tools

How to control Spotify ↓

What Spotify exposes to your agents

Read (29) Write / Execute (15) Destructive / Financial (2)

What Spotify costs in tokens

11,357 tokens of tool definitions, loaded on every request
5.7% of a 200k context window
684 heaviest tool: search.list
Critical Risk

The most dangerous Spotify tools

17 of Spotify's 46 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Spotify

PolicyLayer is an MCP gateway — it sits between your AI agents and Spotify, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "me.library.delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "me.library.update": {
    "limits": [
      {
        "counter": "me.library.update_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "albums.get": {
    "limits": [
      {
        "counter": "albums.get_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Spotify — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SPOTIFY →

Instant setup, no code required.

All 46 Spotify tools

READ 29 tools
Read albums.get Get Spotify catalog information for a single album. Read albums.tracks.list Get Spotify catalog information about an album’s tracks. Optional parameters can be used to limit the number o Read artists.albums.list Get Spotify catalog information about an artist's albums. Read artists.get Get Spotify catalog information for a single artist identified by their unique Spotify ID. Read audiobooks.chapters.list Get Spotify catalog information about an audiobook's chapters. Audiobooks are only available within the US, UK Read audiobooks.get Get Spotify catalog information for a single audiobook. Audiobooks are only available within the US, UK, Canad Read chapters.get Get Spotify catalog information for a single audiobook chapter. Chapters are only available within the US, UK, Read episodes.get Get Spotify catalog information for a single episode identified by its unique Spotify ID. Read me.albums.list Get a list of the albums saved in the current Spotify user's 'Your Music' library. Read me.audiobooks.list Get a list of the audiobooks saved in the current Spotify user's 'Your Music' library. Read me.episodes.list Get a list of the episodes saved in the current Spotify user's library. Read me.following.list Get the current user's followed artists. Read me.library.contains.list Check if one or more items are already saved in the current user's library. Accepts Spotify URIs for tracks, a Read me.list Get detailed profile information about the current user (including the current user's username). Read me.player.currently_playing.list Get the object currently being played on the user's Spotify account. Read me.player.devices.list Get information about a user’s available Spotify Connect devices. Some device models are not supported and wil Read me.player.list Get information about the user’s current playback state, including track or episode, progress, and active devi Read me.player.queue.list Get the list of objects that make up the user's queue. Read me.player.recently_played.list Get tracks from the current user's recently played tracks. _Note: Currently doesn't support podcast episodes._ Read me.playlists.list Get a list of the playlists owned or followed by the current Spotify user. Read me.shows.list Get a list of shows saved in the current Spotify user's library. Optional parameters can be used to limit the Read me.top.get Get the current user's top artists or tracks based on calculated affinity. Read me.tracks.list Get a list of the songs saved in the current Spotify user's 'Your Music' library. Read playlists.get Get a playlist owned by a Spotify user. Read playlists.items.list Get full details of the items of a playlist owned by a Spotify user. Note: This endpoint is only accessible f Read search.list Get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that m Read shows.episodes.list Get Spotify catalog information about an show’s episodes. Optional parameters can be used to limit the number Read shows.get Get Spotify catalog information for a single show identified by its unique Spotify ID. Read tracks.get Get Spotify catalog information for a single track identified by its unique Spotify ID.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Spotify

Can an AI agent delete data through the Spotify MCP server? +

Yes. The Spotify server exposes 2 destructive tools including me.library.delete, playlists.items.delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Spotify? +

The Spotify server has 9 write tools including me.library.update, me.player.queue.create, me.player.repeat.update. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Spotify.

How many tools does the Spotify MCP server expose? +

46 tools across 4 categories: Destructive, Execute, Read, Write. 29 are read-only. 17 can modify, create, or delete data.

How do I enforce a policy on Spotify? +

Register the Spotify MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Spotify tool call.

Deterministic rules across all 46 Spotify tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

46 Spotify tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Spotify's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.