Trends MCP
Trends MCP
为你的 AI 提供实时趋势数据。25+ 平台,一个连接。
Google 搜索 · YouTube · TikTok · Reddit · Amazon · Wikipedia · X · 新闻情感分析 · App Store · npm · Steam · GitHub · Spotify · 更多
免费获取 API 密钥 → · 文档 · 数据源 · 用例
为什么需要这个
你的 AI 有训练截止日期。但世界没有。
You: "Using TrendsMCP, compare 6-month growth for 'GLP-1' across Google, TikTok and Amazon."
Claude: GLP-1 momentum, last 6 months:
Google Search +84% (accelerating)
TikTok +212% (breakout)
Amazon +61% (steady)一个 MCP 端点代替了每个平台的 API 密钥、脆弱的爬虫(说的就是你,pytrends)以及每月 500 美元的仪表盘工具。所有数据都以标准化 0–100 的 JSON 格式返回,你的 AI 可以直接推理——每个关键词约 5 年的每周历史数据。
问题 | Trends MCP 解决方案 |
AI 有训练截止日期——它不知道今天什么在流行 | 实时数据来自 25+ 个来源,在请求时查询 |
TikTok、Reddit、YouTube、Amazon……每个平台都有单独的密钥和 API | 一个 MCP 端点,一个密钥,一致的架构 |
pytrends 抓取 Google 且经常崩溃 | 托管管道,带重试,无需爬取 |
趋势数据以图表形式返回,需要手动阅读 | 结构化的 JSON,你的 AI 可直接推理 |
仅为了获取趋势信号而使用昂贵的企业级仪表盘 | 免费层,无仪表盘,无按席位定价 |
Related MCP server: Socialcrawl
快速入门(30 秒)
1. 在 trendsmcp.ai 免费获取 API 密钥——每月 100 次请求,无需信用卡。
2. 一键安装:
添加到 Claude · 添加到 Cursor · Smithery
或者粘贴配置:
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}{
"mcpServers": {
"trends-mcp": {
"type": "streamableHttp",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" },
"disabled": false
}
}
}{
"servers": {
"trends-mcp": {
"type": "http",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}{
"mcpServers": {
"trends-mcp": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://api.trendsmcp.ai/mcp",
"--header", "Authorization:${AUTH_HEADER}"
],
"env": { "AUTH_HEADER": "Bearer YOUR_API_KEY" }
}
}
}https://www.trendsmcp.ai/mcp3. 向你的 AI 提问:
Using TrendsMCP, what's trending on Google right now?三个工具
工具 | 功能 | 示例 |
| 某个关键词约 5 年的每周历史数据,标准化 0–100 |
|
| 7 天到 5 年的百分比变化,一次调用多个数据源 |
|
| 实时排行榜——无需关键词 |
|
关键词数据源(get_trends / get_growth):google search, google images, google news, google shopping, youtube, tiktok, reddit, amazon, wikipedia, news volume, news sentiment, app downloads, app rankings, npm, steam
实时信息流(get_top_trends):Google Trends, Google News, TikTok Hashtags, YouTube, X (Twitter), Reddit Hot / World News, Wikipedia, Amazon Best Sellers, App Store Free/Paid, Google Play, Top Websites, Spotify Podcasts, Steam Most Played, GitHub Trending Repos, IMDb, Open Library → 完整参考
有效的提示词
Is consumer interest in 'creatine gummies' growing or dying? Check Google, TikTok and Amazon.Which npm packages in the MCP ecosystem are growing fastest right now?Show news sentiment for 'Meta' over the past 6 months — is coverage turning positive?Pull 5-year Google trend data for 'protein soda' and tell me if this is a fad or a durable shift.What's on GitHub Trending today, and which repos relate to AI agents?更多示例在 examples/ 目录下——市场调研、SEO、电商需求验证、投资信号扫描、内容日历。
REST API(同一密钥)
import requests
r = requests.post(
"https://api.trendsmcp.ai/api",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={"mode": "get_growth", "source": "google search",
"keyword": "bitcoin", "percent_growth": ["3M", "12M"]},
)
print(r.json())完整 API 参考:trendsmcp.ai/docs · 错误以 JSON 格式返回,包含 error + message;达到每月限额返回 429 rate_limited ——不会有意外超额度。
替代方案对比
Trends MCP | pytrends | Platform APIs | Exploding Topics / Glimpse | |
通过 MCP 在 AI 中获取实时数据 | ✅ | ❌ | ❌ | ❌ |
每个密钥的数据源 | 25+ | 1(爬取) | 每个密钥 1 个 | 仅仪表盘 |
Google 更改 HTML 时是否会崩溃 | 不会 | 经常崩溃 | — | — |
跨平台标准化指数 | ✅ 0–100 | ❌ | ❌ | 部分 |
历史深度 | 约 5 年每周 | 不等 | 不等 | 付费层 |
免费层 | 每月 100 次请求 | 免费直至被封禁 | 不等 | 试用期 |
设置时间 | 30 秒 | pip + 祈祷 | 数天 OAuth 认证 | 不适用 |
常见问题
Claude · Cursor · VS Code · Windsurf · Copilot · Cline · ChatGPT · Raycast · OpenAI
Google Trends · YouTube · TikTok · Reddit · Amazon · Wikipedia · 新闻情感分析 · 网站流量 · 应用下载 · Steam · npm · X/Twitter · GitHub · Spotify · Google Shopping · Google News · Google Images
市场调研 · 投资研究 · 竞争对手跟踪 · 品牌监测 · SEO 关键词研究 · 内容策略 · 社交聆听 · 电商产品调研 · 病毒式趋势检测 · pytrends 替代方案 · Exploding Topics 替代方案 · Glimpse 替代方案 · Semrush 替代方案 · SimilarWeb 替代方案
生态系统
TrendWatch —— 免费趋势监控机器人,运行在你自己的 GitHub 仓库中。当关键词热度飙升时,通过 Slack/Discord/Telegram/邮件发送提醒。无需服务器。
单数据源 MCP 服务器:google-search-trends-mcp · tiktok-trends-mcp · reddit-trends-mcp · news-sentiment-mcp · steam-trends-mcp · 更多 →
如果 Trends MCP 让你不用再写另一个爬虫,给它一个 ⭐ —— 这真的很有帮助。
MIT © Trends MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceReal-time trend data from Google Trends (Search, Images, News, Shopping), YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam, Spotify, X (Twitter), App Store, Google Play, web traffic, and news sentiment via one MCP connection. Works with Claude, Cursor, VS Code, Windsurf, ChatGPT, and any MCP-compatible AI.28MIT

Socialcrawlofficial
AlicenseAqualityDmaintenanceAccess 21+ real-time social media data from a single API5787MIT- Alicense-qualityFmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.MIT
- Alicense-qualityDmaintenanceReal-time X/Twitter social intelligence for AI agents and developers, powered by Grok's live search capabilities.333MIT
Related MCP Connectors
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
Cross-platform social trend signals from TikTok, YouTube, Reddit and X. Free key at trendsapi.ai
Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trendsmcp-ai/Trends-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server