amazon-trends-mcp
amazon-trends-mcp
AIアシスタント向けAmazon検索トレンドデータ 実際の消費者の購入意図を測定します。Amazonの検索ボリュームは、人々が単なるリサーチではなく、積極的に購入しようとしているものを明らかにします。過去の需要曲線と成長シグナルを、AIで照会可能です。
フルドキュメントとライブデモ: https://trendsmcp.ai/amazon-search-trends
Trends MCP の一部 - 12以上のソースからライブトレンドデータを提供するMCPサーバーです。 メインリポジトリ: https://github.com/trendsmcp/trends-mcp
2ステップで始める
ステップ1: trendsmcp.ai で無料のAPIキーを入手 1日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(ブラウザ) 設定 → Connectors → カスタムコネクタを追加:
https://api.trendsmcp.ai/mcpRelated MCP server: youtube-trends-mcp
クエリ例
接続後、AIに次のように尋ねてください:
get_trends(keyword='air fryer', source='amazon', data_mode='weekly')利用可能なツール
ツール | 説明 |
| このソース上のキーワードの時系列データ |
| 1W、1M、3M、6M、1Y期間の成長率(%) |
| このソースで現在トレンドのもの |
| ボリュームでランク付けされたトップトピック |
FAQ
Trends MCPはAmazonのどのようなデータを提供しますか?
Amazonの商品検索ボリュームのトレンド – 消費者の購入意図を反映した、正規化された経時的関心度です。これはGoogle検索データとは異なり、Amazonでのクエリは一般的な情報収集ではなく、実際の購入意図を表します。
Amazonの検索データはeコマースの商品リサーチに役立ちますか?
はい。AmazonとGoogleでの商品キーワード需要を比較することで、消費者の意図が主に情報収集なのかトランザクショナルなのかを把握できます。Amazon検索の上昇は強い購買シグナルです。
商品カテゴリ全体を追跡できますか?
はい。'bluetooth headphones' や 'protein powder' のようなカテゴリキーワードを使用すると、Amazon上のそのカテゴリ全体の需要が集約されたシグナルが得られます。
Amazonトレンドデータはどのように正規化されますか?
すべての値は一貫した比較のため0~100のスケールに正規化されます。正規化されたシグナルとともに、絶対ボリューム推定値も返されます。
全データソース
Trends MCPは1つの接続で12以上のソースをカバー: Google Search、YouTube、TikTok、Reddit、Amazon、Wikipedia、 News Sentiment、Web Traffic、App Downloads、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