OpenAI has adopted the Model Context Protocol standard. Connect Trends MCP to ChatGPT and your conversations gain access to live trend data across Google, TikTok, YouTube, Reddit, Amazon, and 8 more sources - giving ChatGPT current data beyond its training cutoff.
Tools for this workflow
get_trendsAsk ChatGPT to research trend history for any topic - with Trends MCP connected, ChatGPT queries live data instead of relying on training data that is months or years out of date.
get_trends(keyword='generative ai', source='google search', data_mode='weekly')
get_growthAsk ChatGPT 'Is generative AI still growing on TikTok, Reddit, and Google?' - it calls get_growth with source='all', gets current data, and gives you a grounded answer rather than a hallucinated one.
get_growth(keyword='generative ai', source='all', percent_growth=['3M', '1Y'])
get_ranked_trendsHave ChatGPT build a ranked trend report for any topic - ask it to find the top-growing keywords in a category and it calls get_ranked_trends to back the answer with live data.
get_ranked_trends(source='google search', sort='yoy_pct_change', limit=25)
get_top_trendsAsk ChatGPT what is trending right now - with Trends MCP, it can actually answer with current data instead of saying its knowledge has a cutoff date.
get_top_trends(type='TikTok Trending Hashtags', limit=20)
FAQ