Social media trends API for AI assistants

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.

get_trends

Pull 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_growth

Measure 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_trends

Get 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_trends

Pull 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)

Common questions

TikTok (hashtag trends and video volume), Reddit (community discussion trends), YouTube (video search volume), Twitter/X (mention trends), LinkedIn (professional discussion trends), and News (social media coverage volume). All normalized to a comparable 0-100 scale.
Individual platform APIs have different rate limits, authentication systems, data schemas, and availability. TikTok's API is especially restricted. Trends MCP abstracts all of this into a single endpoint with a consistent schema, so your AI gets the data it needs without you managing multiple integrations.
TikTok does not offer a public trends API. Trends MCP provides TikTok hashtag and trend data through a managed data pipeline, making it available to AI assistants when TikTok's own API does not expose this data.
Yes. Use get_growth with source='tiktok, reddit, youtube, twitter' or source='all' to see how a keyword or topic is trending across every social platform simultaneously. This cross-platform view is one of Trends MCP's most powerful capabilities.