Skip to main content
Glama
trendsmcp-ai

Trends MCP

by trendsmcp-ai

Trends MCP

당신의 AI를 위한 실시간 트렌드 데이터. 25개 이상의 플랫폼. 하나의 연결.

Google 검색 · YouTube · TikTok · Reddit · Amazon · Wikipedia · X · 뉴스 감성 · 앱 스토어 · 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달러짜리 대시보드 도구를 대체합니다. 모든 데이터는 AI가 직접 추론할 수 있는 정규화된 0–100 JSON으로 반환됩니다 — 키워드당 약 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?

세 가지 도구

도구

기능

예시

get_trends

키워드에 대한 약 5년간의 주간 이력, 0–100으로 정규화

get_trends(keyword='전기차', source='google search', data_mode='weekly')

get_growth

7일~5년 간의 % 변화, 한 번의 호출로 여러 소스

get_growth(keyword='바이브 코딩', source='google search, tiktok, youtube', percent_growth=['3M','1Y'])

get_top_trends

실시간 순위표 — 키워드 불필요

get_top_trends(type='TikTok 인기 해시태그', limit=20)

키워드 소스 (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 트렌드, Google 뉴스, TikTok 해시태그, YouTube, X (Twitter), Reddit 인기 / 세계 뉴스, Wikipedia, Amazon 베스트셀러, 앱 스토어 무료/유료, Google Play, 인기 웹사이트, Spotify 팟캐스트, Steam 최다 플레이, GitHub 인기 저장소, 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 · 오류는 error + message가 포함된 JSON으로 반환됩니다. 월별 한도에 도달하면 429 rate_limited가 반환되며 예상치 못한 초과 요금은 없습니다.

vs. 대안

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 트렌드 · YouTube · TikTok · Reddit · Amazon · Wikipedia · 뉴스 감성 · 웹 트래픽 · 앱 다운로드 · Steam · npm · X/Twitter · GitHub · Spotify · Google 쇼핑 · Google 뉴스 · Google 이미지

시장 조사 · 투자 조사 · 경쟁사 추적 · 브랜드 모니터링 · SEO 키워드 연구 · 콘텐츠 전략 · 소셜 리스닝 · 전자상거래 제품 조사 · 바이럴 트렌드 감지 · 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