Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_new_releases

Retrieve recently released albums on Spotify to stay updated with new music. Provides artist details, album artwork, genres, popularity scores, and region-specific releases for music discovery and playlist creation.

Instructions

Discover the latest album releases available on Spotify, perfect for staying up-to-date with new music.

🎯 USE CASES: • Weekly music discovery sessions • Finding new releases from favorite genres • Building "New Music Friday" playlists • Keeping up with trending releases in specific regions • Music blog content creation and curation

📝 WHAT IT RETURNS: • Recently released albums with release dates • Artist information and album artwork • Spotify popularity scores and listener counts • Genre classifications and market availability • External links and preview URLs where available

🔍 EXAMPLES: • "Show me the latest album releases this week" • "What new albums came out in the UK recently?" • "Find new releases, limit to 10 albums" • "I want to discover new music that just dropped"

💡 TIPS: • Use country parameter to get region-specific releases • Adjust limit based on how many discoveries you want • Perfect for automated weekly new music updates

⚠️ REQUIREMENTS: • Valid Spotify access token • Optional: Country code for region-specific results

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code for localized content (e.g., 'US', 'GB')
limitNo
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "Country code for localized content (e.g., 'US', 'GB')", "type": "string" }, "limit": { "default": 20, "description": "", "maximum": 50, "minimum": 1, "type": "number" }, "token": { "description": "Spotify access token for authentication", "type": "string" } }, "required": [ "token" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/latiftplgu/Spotify-OAuth-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server