Integrations
Retrieves Steam game reviews and information, including review counts (positive/negative), review scores, game descriptions, and review content. Enables LLMs to analyze and summarize game reviews, highlighting pros and cons.
SteamレビューMCP
英語|中文
モデルコンテキストプロトコル (MCP) を使用して Steam ゲームレビューにアクセスします。
特徴
LLM が Steam ゲームのレビューと情報を取得するのに役立ちます:
- ゲームのレビューを取得します (肯定的/否定的な数、レビュースコア、レビュー内容など)
- ゲームの基本情報(名前、詳細な説明)を取得します
- ゲームのレビューを分析し、長所と短所をまとめる
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop の Steam Review を自動的にインストールするには:
npx で直接実行します。
または追加:
使用法
ツール
この MCP サービスは、Steam ゲーム アプリ ID を渡してレビューとゲーム情報を取得するget_steam_review
ツールを提供します。
詳細については、Steamwork API:ユーザーレビュー - リストの取得を参照してください。
返されるデータには 2 つの部分が含まれます。
game_reviews
:success
: クエリが成功したかどうかreview_score
: レビュースコアreview_score_desc
: レビュースコアの説明total_positive
: 肯定的なレビューの総数total_negative
: 否定的なレビューの総数reviews
: すべてのレビューテキストコンテンツ(その他のメタデータなし)
game_info
:name
: ゲーム名detailed_description
: ゲームの詳細な説明
プロンプト
レビューを要約する
ゲーム全体のレビュー分析では、ゲームの長所と短所をまとめます。
パラメータ
appid
(必須): Steam ゲーム ID (例:570
(Dota 2))
最近のレビュー分析
最近のゲームレビューを分析し、ゲームの現在の状態とプレイヤーのフィードバックをまとめます。
パラメータ
appid
(必須): Steam ゲーム ID (例:570
(Dota 2))
発達
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
LLM が Steam ゲームレビューを取得して分析できるようにし、レビュー統計やゲーム情報へのアクセスを提供し、ゲームの長所と短所をまとめるのに役立ちます。
Related MCP Servers
- -securityFlicense-qualityEnables LLMs to interact with Discord channels by sending and reading messages through Discord's API, with a focus on maintaining user control and security.Last updated -33TypeScript
- -securityAlicense-qualityProvide information about the games you played and how long you played them for to an LLMLast updated -MIT License
- -security-license-qualityAllows LLMs to integrate with Linear's issue tracking system, enabling them to create, update, search, and comment on issues through the Linear API.Last updated -324JavaScript
- -securityAlicense-qualityEnables LLMs to autonomously retrieve and explore web content by fetching pages and recursively following links to a specified depth, particularly useful for learning about topics from documentation.Last updated -TypeScriptMIT License