Trends Agent Chatgpt
БесплатноНе проверенConnect ChatGPT to live trend data: Google, YouTube, TikTok, Reddit, Amazon, Wikipedia, news, App Store, Steam, npm and more. Free tier.
Описание
Connect ChatGPT to live trend data: Google, YouTube, TikTok, Reddit, Amazon, Wikipedia, news, App Store, Steam, npm and more. Free tier.
README
Connect ChatGPT to live trend data across search, social, ecommerce, news, and developer platforms. One MCP connection, one API key, every source.
Live trend data for AI agents. One connection. Every platform. Powered by trendsmcp.ai
Get your free API key
- Go to trendsmcp.ai
- Enter your email, key sent instantly
- 100 free requests per month, no credit card
Connect ChatGPT in 30 seconds
You can connect Trends MCP to ChatGPT in two ways. The Connector option needs a paid ChatGPT plan that supports custom connectors (Plus, Business, Enterprise, or higher). The API option works on any plan and inside Custom GPTs.
Option 1: Add as a custom connector in ChatGPT
- Open ChatGPT, click your profile, then go to
Settings→Connectors→Advanced→Add custom connector. - Enter:
- Name:
Trends MCP - MCP server URL:
https://www.trendsmcp.ai/mcp
- Name:
- Save, then sign in with your TrendsMCP account when ChatGPT prompts you.
- In any new chat, click the tools or attachments menu and toggle
Trends MCPon.
ChatGPT's connector UI evolves over time. The authoritative install flow is on trendsmcp.ai, which has an Add to ChatGPT button when supported by your plan.
Option 2: Call from a Custom GPT or any code path
Use the REST API directly. Works in Custom GPT Actions, OpenAI Assistants, function calling, and any backend.
curl -s -X POST https://api.trendsmcp.ai/api \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"source":"google search","keyword":"bitcoin"}'
import requests
res = requests.post(
"https://api.trendsmcp.ai/api",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={"source": "google search", "keyword": "bitcoin"},
).json()
print(res)
Full reference at trendsmcp.ai/docs.
What you can ask ChatGPT
Once connected, talk to ChatGPT in plain English. Include the phrase "using TrendsMCP" or "via TrendsMCP" so ChatGPT routes to the MCP instead of doing a web search.
- "Using TrendsMCP, show me Google Search trends for
electric vehiclesover the last 5 years." - "Via TrendsMCP, compare YouTube and TikTok trends for
Stanley cup." - "Using TrendsMCP, what is the news sentiment for
Appleover the last 90 days?" - "Via TrendsMCP, what are the top trending hashtags on TikTok right now?"
- "Using TrendsMCP, show me the Reddit subscriber growth for
wallstreetbetsover 1 year." - "Via TrendsMCP, list the top 10 books trending today."
- "Using TrendsMCP, what is the npm download trend for
reactweekly?"
Three tools your AI gets
get_trends, historical time series for any keyword on any source (5 years weekly, 30 days daily where supported).get_growth, percentage change over any period (7D, 1M, 3M, 6M, 1Y, YTD, custom dates).get_top_trends, what is trending right now across live platform feeds.
All data sources in one connection
One API key gives ChatGPT every keyword source and every live feed below.
Keyword sources (Get Trends and Get Growth)
| source | What it measures | Keyword format |
|---|---|---|
google search |
Google search volume | Any keyword or phrase |
google images |
Google image search volume | Any keyword or phrase |
google news |
Google News search volume | Any keyword or phrase |
google shopping |
Google Shopping search volume | Any keyword or phrase |
youtube |
YouTube search volume | Any keyword or phrase |
tiktok |
TikTok hashtag volume | Hashtag or topic |
reddit |
Subreddit subscribers | Subreddit name only, no r/ prefix |
amazon |
Amazon product search volume | Product name or category |
wikipedia |
Wikipedia page views | Article title or topic |
news volume |
News article mention volume | Any keyword or phrase |
news sentiment |
News sentiment score (positive / negative) | Any keyword or phrase |
app downloads |
Mobile app download estimates (Android) | Package id or app identifier |
npm |
npm package weekly downloads | Exact package name e.g. react |
steam |
Steam concurrent players (monthly) | Game display name e.g. Elden Ring |
All values are normalized to a 0 to 100 scale where the pipeline supports it, so you can compare different sources directly.
Live leaderboards (Get Top Trends)
Google Trends, Google News Top News, TikTok Trending Hashtags, YouTube Trending, X (Twitter) Trending, Reddit Hot Posts, Reddit World News, Wikipedia Trending, Amazon Best Sellers Top Rated, Amazon Best Sellers by Category, App Store Top Free, App Store Top Paid, Google Play, Top Websites, Spotify Top Podcasts, Steam Most Played, GitHub Trending Repos, IMDb MOVIEmeter, Trending Books.
The source list evolves over time. Authoritative reference at trendsmcp.ai/docs.
Use cases for ChatGPT
- Plain English research. Ask ChatGPT to fetch a 5-year trend and write up the findings in one turn.
- Custom GPTs. Wire the API into a Custom GPT Action so users get live trend lookups inside your branded GPT.
- OpenAI Assistants. Use the API as a function tool for any Assistants API workflow.
- Marketing and content. Have ChatGPT compare keyword growth across Google, YouTube, and TikTok before deciding what to publish.
- Brand and competitor tracking. Compare share of voice across platforms in a single ChatGPT conversation.
Pricing
Free forever for 100 requests per month. Paid plans available. See trendsmcp.ai/pricing.
Resources
Security
Never commit your API key to a public repository. Use environment variables
or your OS secret store. Keys can be rotated at any time from your
TrendsMCP dashboard. The YOUR_API_KEY placeholder above is a literal
string to replace with your own key after you copy the snippet locally.
License
MIT. See LICENSE.
Установка Trends Agent Chatgpt
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/trendsmcp-ai/trends-agent-chatgptFAQ
Trends Agent Chatgpt MCP бесплатный?
Да, Trends Agent Chatgpt MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Trends Agent Chatgpt?
Нет, Trends Agent Chatgpt работает без API-ключей и переменных окружения.
Trends Agent Chatgpt — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Trends Agent Chatgpt в Claude Desktop, Claude Code или Cursor?
Открой Trends Agent Chatgpt на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Trends Agent Chatgpt with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
