Trends MCP for ChatGPT

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.

get_trends

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

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

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

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

Common questions

Yes. OpenAI adopted the Model Context Protocol standard in 2025. ChatGPT can connect to remote MCP servers including Trends MCP. Check your ChatGPT settings for the MCP or connectors section to add the Trends MCP URL.
ChatGPT can query live trend data beyond its training cutoff: what is trending on Google right now, which TikTok topics are growing, which products are gaining Amazon search volume, and more. This gives ChatGPT current-world awareness it otherwise lacks.
Yes. ChatGPT uses its own connector UI rather than a JSON config file. Add the Trends MCP URL (https://api.trendsmcp.ai/mcp) in ChatGPT's integrations or connectors section. The underlying protocol is the same MCP standard.
MCP support in ChatGPT is available to Plus and higher tiers. Enterprise users may need their admin to allowlist external MCP servers.