Managing separate API integrations for TikTok, Reddit, YouTube, and Twitter is painful. Trends MCP consolidates all social media trend signals into a single MCP endpoint: normalized, comparable, and ready for your AI to query in natural language. One connection replaces four integrations.
Tools for this workflow
get_trendsPull structured social media trend time series for any keyword across TikTok, Reddit, and X simultaneously - each data point includes date, normalized volume, and absolute estimate.
get_trends(keyword='your topic', source='tiktok', data_mode='weekly')
get_growthMeasure social media trend growth across all major platforms in one call - TikTok, Reddit, X, YouTube, and news sentiment growth compared in a single structured JSON response.
get_growth(keyword='your topic', source='tiktok, reddit, youtube, news sentiment', percent_growth=['1M', '3M'])
get_ranked_trendsGet a ranked feed of the fastest-growing social topics right now, by platform - useful for social media monitoring tools, brand tracking platforms, and content intelligence applications.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=30)
get_top_trendsPull live social media trending feeds from TikTok, Reddit, and X simultaneously with one API call - the broadest real-time social signal available across all major platforms.
get_top_trends(limit=25)
FAQ