Trends MCP for OpenAI

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.

get_trends

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

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

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

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

Common questions

Yes. OpenAI adopted the Model Context Protocol standard. Any application built on the OpenAI API with tool-use support can connect to remote MCP servers like Trends MCP. OpenAI's Agents SDK and Responses API both support MCP natively.
Yes. When Trends MCP is connected via an MCP-compatible OpenAI integration, GPT-4o and o3 can call all Trends MCP tools as function calls. This gives the model live trend awareness beyond its training data.
Using the OpenAI Agents SDK, add Trends MCP as an MCPServerHTTP resource with the URL https://api.trendsmcp.ai/mcp. The SDK handles tool discovery and call routing automatically.
OpenAI's web search tool retrieves live web pages. Trends MCP provides structured, normalized trend signals from 15+ platforms - search volume, hashtag growth, discussion volume, web traffic - returned as clean data that models can reason over, not raw HTML to parse.