OpenAI adopted the Model Context Protocol standard, making Trends MCP compatible with any tool built on the OpenAI API. Connect once and any GPT-4o or o3 powered application gains access to live trend data across Google, TikTok, YouTube, Reddit, Amazon, and 8 more sources.
Tools for this workflow
get_trendsIn any OpenAI-powered application, add live trend awareness - query historical search and social data to ground AI responses in current behavioral signals rather than training data.
get_trends(keyword='ai assistants', source='google search', data_mode='weekly')
get_growthEnrich GPT-4o or o3 reasoning with live trend data - connect Trends MCP so the model can call get_growth to validate market claims with current cross-platform behavioral evidence.
get_growth(keyword='ai assistants', source='all', percent_growth=['3M', '1Y'])
get_ranked_trendsBuild OpenAI-powered trend intelligence applications - use get_ranked_trends as a data retrieval layer to feed ranked, live signals into any GPT-powered analysis workflow.
get_ranked_trends(source='google search', sort='yoy_pct_change', limit=25)
get_top_trendsAdd real-time trend awareness to any OpenAI application - call get_top_trends to give GPT models access to what is happening right now across platforms, overcoming training cutoff limitations.
get_top_trends(type='TikTok Trending Hashtags', limit=20)
FAQ