wikipedia-trends-mcp
wikipedia-trends-mcp
AI를 위한 위키백과 페이지 조회 트렌드 데이터 위키백과 페이지 조회수는 세상이 갑자기 무엇에 궁금해하는지 드러냅니다. 급증 감지, 과거 페이지 트래픽, 그리고 플랫폼 간 비교 — AI에게 주류 검색보다 먼저 도착하는 독특한 정보 수요 신호를 제공합니다.
전체 문서 및 라이브 데모: https://trendsmcp.ai/wikipedia-trends
**Trends MCP**의 일부 — 12개 이상의 소스에서 실시간 트렌드 데이터를 제공하는 MCP 서버입니다. 메인 저장소: https://github.com/trendsmcp/trends-mcp
2단계로 시작하기
1단계: **trendsmcp.ai**에서 무료 API 키를 받으세요. 하루 100회 요청, 신용카드 불필요.
2단계: AI 클라이언트에 추가 (YOUR_API_KEY를 자신의 키로 바꾸세요):
Cursor / Windsurf / Cline (~/.cursor/mcp.json 또는 이와 동등한 파일)
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}VS Code / GitHub Copilot (.vscode/mcp.json)
{
"servers": {
"trends-mcp": {
"type": "http",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Claude Desktop (claude_desktop_config.json)
사용자 → 설정 → 개발자 → 설정 편집 — mcpServers 내부에 추가
{
"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"
}
}
}
}Claude.ai (브라우저) 설정 -> 커넥터 -> 사용자 정의 커넥터 추가:
https://api.trendsmcp.ai/mcpRelated MCP server: news-volume-mcp
예시 질문
연결 후 AI에게 물어보세요:
get_trends(keyword='quantum computing', source='wikipedia', data_mode='weekly')사용 가능한 도구
도구 | 기능 설명 |
| 이 소스에서 키워드의 시계열 데이터 |
| 1주, 1개월, 3개월, 6개월, 1년 기간의 성장률 |
| 현재 이 소스에서 인기 있는 항목 |
| 볼륨 기준 상위 주제 순위 |
FAQ
Trends MCP는 어떤 위키백과 데이터를 제공하나요?
위키백과 페이지 조회 트렌드 — 특정 주제에 대한 위키백과 문서의 시간에 따른 정규화된 트래픽입니다. 이는 강력한 정보 수요 신호입니다. 뉴스가 터지면 위키백과 조회수가 먼저 급증하고 구글 검색이 나중에 따라잡습니다.
위키백과 데이터가 트렌드 신호로 어떻게 유용한가요?
위키백과 급증은 뉴스 중심 이벤트에서 구글 트렌드보다 24~72시간 먼저 나타나는 경우가 많습니다. 이는 대중의 호기심을 선행 지표로 보여주며 미디어, 연구, 투자 분야에서 유용합니다.
영어 위키백과만 추적하나요?
네, 현재 영어 위키백과 페이지 조회수를 추적합니다. 다국어 지원은 로드맵에 있습니다.
특정 인물, 회사, 이벤트를 추적할 수 있나요?
네. 위키백과 문서가 있는 모든 주제를 추적할 수 있습니다. 기업 페이지, 정치 인물, 과학 개념, 현재 이벤트 모두 가능합니다.
모든 데이터 소스
Trends MCP는 하나의 연결로 12개 이상의 소스를 다룹니다: Google 검색, YouTube, TikTok, Reddit, Amazon, 위키백과, 뉴스 감성, 웹 트래픽, 앱 다운로드, Steam, npm 등.
전체 둘러보기: https://trendsmcp.ai/data-sources
Python 클라이언트로도 사용 가능
동일한 API 키가 Python에서 직접 작동합니다 — MCP 호스트가 필요 없습니다.
pip install wikipedia-trends-mcpimport os
from wikipedia_trends_mcp import TrendsMcpClient, SOURCE
client = TrendsMcpClient(api_key=os.environ["TRENDSMCP_API_KEY"])
series = client.get_trends(source=SOURCE, keyword="your keyword")
growth = client.get_growth(source=SOURCE, keyword="your keyword", percent_growth=["1M", "3M", "12M"])
top = client.get_top_trends(type="Wikipedia", limit=10)전체 Python 문서: trendsmcp.ai/docs
라이선스
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-qualityCmaintenanceMCP server for trend-pulse, an agentic trend intelligence platform that fetches and analyzes trending topics from 37 sources, provides search, historical data, and lifecycle prediction via 29 tools.54MIT
- Alicense-qualityCmaintenanceMCP server providing news article mention volume data, weekly series, growth percentages, and a live Google News feed as an AI tool.MIT
- Alicense-qualityBmaintenanceProvides Wikipedia page view trend data including spike detection, historical traffic, and cross-platform comparison, enabling AI to access a leading indicator of public curiosity.MIT
- Flicense-qualityBmaintenanceMCP server providing live Wikipedia recent changes feed, page summaries, trending pages, and Wikidata entity lookup.
Related MCP Connectors
Wikipedia page view trends for any topic over time. Free key at trendsapi.ai
Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai
Topics gaining momentum before they peak. Trend volume and growth signals. Free key at trendsmcp.ai
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/wikipedia-trends-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server