Trends MCP
Trends MCP
AIにライブトレンドデータを。25以上のプラットフォーム。たったひとつの接続。
Google Search · 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をスクレイピングし頻繁に壊れる | リトライ機能付き管理パイプライン、スクレイピング不要 |
トレンドデータは手動で読むグラフで返ってくる | AIが直接解釈できる構造化JSON |
トレンド情報を得るためだけに高額なエンタープライズダッシュボード | 無料枠あり、ダッシュボード不要、シート単位の課金なし |
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?3つのツール
ツール | 機能 | 使用例 |
| キーワードの約5年分の週次履歴、0〜100に正規化 |
|
| 7日〜5年の変化率、1回の呼び出しで複数ソース |
|
| ライブリーダーボード — キーワード不要 |
|
キーワードソース(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、Eコマース需要検証、投資家向けシグナルスキャン、コンテンツカレンダーなど。
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 · エラーは error + message を含むJSONで返されます。月間上限に達すると 429 rate_limited が返ります — 予期せぬ超過はありません。
代替サービスとの比較
Trends MCP | pytrends | プラットフォームAPI | Exploding Topics / Glimpse | |
MCP経由でAIにライブデータを提供 | ✅ | ❌ | ❌ | ❌ |
キーあたりのソース数 | 25以上 | 1(スクレイピング) | 各1 | ダッシュボードのみ |
GoogleのHTML変更で壊れる | いいえ | 頻繁 | — | — |
クロスプラットフォーム正規化指標 | ✅ 0〜100 | ❌ | ❌ | 部分的 |
履歴データの深さ | 約5年(週次) | 変動 | 変動 | 有料プラン |
無料枠 | 月100リクエスト | ブロックされるまで無料 | 変動 | トライアル |
セットアップ時間 | 30秒 | pip + 祈る | OAuthで数日 | なし |
FAQ
Claude · Cursor · VS Code · Windsurf · Copilot · Cline · ChatGPT · Raycast · OpenAI
Google Trends · YouTube · TikTok · Reddit · Amazon · Wikipedia · ニュース感情分析 · Webトラフィック · アプリダウンロード · Steam · npm · X/Twitter · GitHub · Spotify · Google Shopping · Google News · Google Images
市場調査 · 投資調査 · 競合トラッキング · ブランドモニタリング · SEOキーワード調査 · コンテンツ戦略 · ソーシャルリスニング · Eコマース商品調査 · バイラルトレンド検出 · 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