amazon-trends-mcp
amazon-trends-mcp
AI 어시스턴트를 위한 아마존 검색 트렌드 데이터 실제 소비자 구매 의도를 측정하세요. 아마존 검색량은 사람들이 단순히 조사하는 것이 아니라 적극적으로 구매하려는 항목을 보여줍니다. AI로 과거 수요 곡선과 성장 신호를 조회할 수 있습니다.
전체 문서 및 라이브 데모: https://trendsmcp.ai/amazon-search-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: youtube-trends-mcp
예시 질의
연결 후 AI에게 물어보세요:
get_trends(keyword='air fryer', source='amazon', data_mode='weekly')사용 가능한 도구
도구 | 기능 |
| 이 소스의 키워드에 대한 시계열 데이터 |
| 1주, 1개월, 3개월, 6개월, 1년 기간의 성장률 |
| 현재 이 소스에서 인기 있는 트렌드 |
| 볼륨 기준 상위 주제 순위 |
FAQ
Trends MCP는 어떤 아마존 데이터를 제공하나요?
아마존 제품 검색량 트렌드 - 소비자 구매 의도를 반영하는 정규화된 시간 경과별 관심도입니다. 이는 일반 정보 검색이 아닌 능동적 구매 의도를 나타내는 아마존 쿼리라는 점에서 Google 검색 데이터와 구별됩니다.
아마존 검색 데이터는 전자상거래 제품 조사에 유용한가요?
네. 아마존과 Google에서 제품 키워드 수요를 비교하여 소비자 의도가 주로 정보 탐색인지 거래 목적인지 파악할 수 있습니다. 아마존 검색량 증가는 강력한 구매 신호입니다.
전체 제품 카테고리를 추적할 수 있나요?
네. '블루투스 헤드폰'이나 '단백질 파우더' 같은 카테고리 키워드를 사용하면 아마존에서 해당 카테고리의 전반적인 수요가 집계된 신호를 얻을 수 있습니다.
아마존 트렌드 데이터는 어떻게 정규화되나요?
모든 값은 일관된 비교를 위해 0-100 척도로 정규화됩니다. 정규화된 신호와 함께 절대 검색량 추정치도 반환됩니다.
모든 데이터 소스
Trends MCP는 하나의 연결로 12개 이상의 소스를 지원합니다: Google 검색, YouTube, TikTok, Reddit, Amazon, Wikipedia, 뉴스 감성, 웹 트래픽, 앱 다운로드, Steam, npm 등.
전체 목록: https://trendsmcp.ai/data-sources
Python 클라이언트로도 사용 가능
동일한 API 키를 Python에서 직접 사용할 수 있습니다. MCP 호스트가 필요하지 않습니다.
pip install amazon-trends-mcpimport os
from amazon_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="Amazon", 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-qualityDmaintenanceEnables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.7MIT
- Alicense-qualityBmaintenanceEnables AI assistants to query YouTube search trends, including rising topics, growth metrics, and historical search demand, using natural language.1MIT
- AlicenseAqualityAmaintenanceReal-time Amazon Sponsored Products (SP) ad placements, keyword tracking, and comprehensive review data for AI Agents. Enables LLMs to autonomously conduct competitor ad audits, consumer sentiment analysis (VOC), and product optimization.196MIT
- Alicense-qualityBmaintenanceProvides Amazon search volume trends and growth signals to measure real consumer purchase intent, queryable by AI assistants.MIT
Related MCP Connectors
Product and category demand signals across Amazon and social. Free key at trendsapi.ai
Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.
Product intel: Amazon, AliExpress, Shopify, TikTok Shop, ads and search interest.
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/amazon-trends-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server