Music and podcasts are leading cultural indicators - what is trending on Spotify often predicts what will trend everywhere else. Trends MCP gives your AI access to Spotify trend signals alongside YouTube audio content search volume and News coverage of artists, genres, and podcast topics.
Tools for this workflow
get_trendsChart podcast topic and genre demand over time via Google Search and YouTube signals - see whether a podcast category is in early growth, peak, or structural decline.
get_trends(keyword='true crime podcast', source='google search', data_mode='weekly')
get_growthMeasure podcast topic momentum across Google Search, YouTube, and Reddit in one call - if all three are growing together, the topic has cross-platform audio and video audience demand.
get_growth(keyword='business podcast', source='google search, youtube, reddit', percent_growth=['3M', '6M'])
get_ranked_trendsFind the fastest-growing podcast topics and audio content categories by search growth - useful for podcast creators, advertisers, and media companies identifying where audio audience attention is building.
get_ranked_trends(source='google search', sort='yoy_pct_change', limit=25)
get_top_trendsPull Spotify's live top podcast rankings alongside YouTube's trending content to see which audio and video formats are winning audience attention right now across both platforms.
get_top_trends(type='Spotify Top Podcasts', limit=20)
FAQ