Spotify Trends MCP✓
ai.trendsmcp/spotify · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.trendsmcp/spotify",
"description": "Spotify podcast and artist trends over time, with growth metrics. Free key at trendsmcp.ai",
"title": "Spotify Trends MCP",
"version": "1.0.3",
"websiteUrl": "https://trendsmcp.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://spotify.api.trendsmcp.ai/mcp",
"headers": [
{
"description": "Bearer token. Get your free API key at https://trendsmcp.ai",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}