steam-trends-mcp
steam-trends-mcp
AIアシスタント向けのSteamプレイヤー動向データ Steam上の任意のタイトルについて、同時接続プレイヤー数とゲームの勢いを追跡できます。プレイヤー動向データは、どのゲームが成長しているか、衰退しているか、そして大規模な発売やアップデートがいつ急上昇を引き起こしているかを明らかにします。
完全なドキュメントとライブデモ: https://trendsmcp.ai/steam-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 (ブラウザ) 設定 → コネクタ → カスタムコネクタを追加:
https://api.trendsmcp.ai/mcpRelated MCP server: Steam MCP Server
クエリ例
接続後、AIに次のように質問します:
get_trends(keyword='Counter-Strike 2', source='steam', data_mode='weekly')利用可能なツール
ツール | 機能 |
| このソース上のキーワードの時系列データを取得 |
| 1週間、1ヶ月、3ヶ月、6ヶ月、1年の成長率を取得 |
| このソースで現在トレンドになっているものを取得 |
| ボリュームでランク付けされた上位トピックを取得 |
FAQ
Trends MCPはどのようなSteamデータを返しますか?
Steam上の任意のゲームについて、正規化された同時接続プレイヤー数のトレンド(0〜100スケール)を返します。週次時系列、成長率、ピークプレイヤーデータを提供します。ゲームの発売前後、アップデート、セールイベントの勢いを追跡するのに役立ちます。
クエリでゲームを指定するにはどうすればよいですか?
Steam上の表示名を使用します。例: 'Counter-Strike 2'、'Palworld'、'Elden Ring'。MCPサーバーが自動的に正しいSteam App IDに解決します。
同時接続プレイヤー数とは何ですか?
同時にゲーム内にアクティブなプレイヤーの数で、Steamによって追跡されます。ピーク同時接続プレイヤー数(PCU)は、ゲームの人気とライブエンゲージメントのレベルを測定する標準的な指標です。
投資や市場調査にどのように役立ちますか?
ゲームスタジオ、投資家、アナリストはSteamのプレイヤー動向を利用して、タイトルの商業的な勢いを評価し、ブレイクアウトゲームを早期に特定し、長期間にわたるプレイヤーの定着率を追跡します。
データはどのくらい過去まで遡れますか?
最大5年間の週次データ。Steam上の任意のゲームについて、完全な発売履歴、季節サイクル、長期的な定着トレンドを把握できます。
すべてのデータソース
Trends MCPは1つの接続で12以上のソースをカバー: Google検索、YouTube、TikTok、Reddit、Amazon、Wikipedia、 ニュースセンチメント、ウェブトラフィック、アプリダウンロード、Steam、npmなど。
すべて閲覧: https://trendsmcp.ai/data-sources
Pythonクライアントとしても動作
同じAPIキーがPythonで直接使用可能 - MCPホストは不要です。
pip install steam-trends-mcpimport os
from steam_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="Steam", 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
- AlicenseBqualityDmaintenanceEnables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.1207MIT
- AlicenseBqualityCmaintenanceProvides tools for interacting with the Steam Web API to access player profiles, game libraries, achievements, statistics, inventories, and game information through natural language.34104MIT
- Alicense-qualityCmaintenanceTrack concurrent player counts and game momentum for any title on Steam via AI assistants.1MIT
- Alicense-qualityBmaintenanceEnables exploring Steam store reviews and community discussion threads with server-side filtering, temporal analysis, and metadata context for understanding player sentiment and feedback beyond store page noise.251BSD 3-Clause
Related MCP Connectors
Steam concurrent player trends for any game over time. Free key at trendsapi.ai
Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON
Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more
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/steam-trends-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server