Skip to main content
Glama
trendsmcp-ai

Trends MCP

by trendsmcp-ai

Trends MCP

AIにライブトレンドデータを。25以上のプラットフォーム。たったひとつの接続。

Google Search · YouTube · TikTok · Reddit · Amazon · Wikipedia · X · ニュースの感情分析 · App Store · npm · Steam · GitHub · Spotify · その他

MCP License: MIT Smithery API calls served Free tier GitHub stars

無料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/mcp

3. AIに質問:

Using TrendsMCP, what's trending on Google right now?

3つのツール

ツール

機能

使用例

get_trends

キーワードの約5年分の週次履歴、0〜100に正規化

get_trends(keyword='electric vehicles', source='google search', data_mode='weekly')

get_growth

7日〜5年の変化率、1回の呼び出しで複数ソース

get_growth(keyword='vibe coding', source='google search, tiktok, youtube', percent_growth=['3M','1Y'])

get_top_trends

ライブリーダーボード — キーワード不要

get_top_trends(type='TikTok Trending Hashtags', limit=20)

キーワードソースget_trends / get_growth): google searchgoogle imagesgoogle newsgoogle shoppingyoutubetiktokredditamazonwikipedianews volumenews sentimentapp downloadsapp rankingsnpmsteam

ライブフィード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の代替

エコシステム


Trends MCPが新たなスクレイパーを書く手間からあなたを救ってくれたなら、ぜひスターを付けてください — 本当に助かります。

無料APIキーを取得 →

MIT © Trends MCP

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Real-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.
    28
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Provides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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