We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pentafive/your-spotify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•311 B
/**
* Tier 1: Core Analytics Tools
*
* Read-only queries against Your Spotify API for basic statistics.
*/
export * from './get-track-stats.js';
export * from './get-top-tracks.js';
export * from './get-artist-stats.js';
export * from './get-top-artists.js';
export * from './search-listening-history.js';