Short-video culture moves on hashtags and topics before long-form search catches up. Source tiktok tracks hashtag volume so assistants quantify spikes, rank candidates, and pull live leaderboards without opening the app.
Assistants that only read web search miss early swings on TikTok. Trends MCP adds source: "tiktok" so the same tool stack covers short video, as listed under Data Sources.
Tell the user which hashtag you queried and repeat the exact string when summarizing. If a call returns data_unavailable, surface the error text from the payload instead of inventing a trend.
TikTok trends, TikTok hashtag data, and Viral trend detection. Hub: MCP trend tools for assistants.
Tools for this workflow
get_trendsPlot how a cultural tag evolved across months for campaign timing.
get_trends(keyword='booktok', source='tiktok', data_mode='weekly')
get_growthMeasure whether a hashtag is still accelerating after the first wave.
get_growth(keyword='booktok', source='tiktok', percent_growth=['14D', '30D', '3M'])
get_ranked_trendsList fastest-growing TikTok hashtags for brainstorm sessions.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=30)
get_top_trendsAnswer what is trending on TikTok right now.
get_top_trends(type='TikTok Trending Hashtags', limit=25)
FAQ