steam-store-search-mcp
Allows searching games by keyword, getting game details (price, release date, genre, description, header image), and retrieving player reviews (review count, positive rate) from the Steam Store.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@steam-store-search-mcpSearch for 'Hades' and get game details."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
steam-store-search-mcp
Steam Storeの情報を取得するためのMCP(Model Context Protocol)サーバー
環境
podman compose
python 3.12
Related MCP server: steam-mcp
構成
src/mcp-server.py: MCPサーバー本体
src/tools/: MCPツール
Dockerfile: Dockerイメージ
requirements.txt: Pythonパッケージ
compose.yml: Podman Compose設定
使い方
コンテナのビルドと起動
# ビルド
podman compose build
# 起動
podman compose up -d動作確認(ログ)
podman compose logs -fデバッグ実行(ローカル)
ローカル環境で直接実行して、標準入力経由でJSON-RPCのやり取りを確認できます。
pip install -r requirements.txt
python src/mcp_server.pyMCPクライアント設定例
Claude Desktop 等の MCP クライアントで利用するための設定例です。
Claude Desktop (Desktop App)
~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します。
Podman を使用する場合:
{
"mcpServers": {
"steam-search-mcp": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"docker.io/library/steam-store-search-mcp-mcp-server:latest"
]
}
}
}ツール
LLMに提供する機能(Tools)として、以下の3つを実装しています。
search_games(query): キーワードからゲームID(AppID)およびサムネイル画像を取得する。get_game_details(appid): 価格、リリース日、ジャンル、説明文、およびヘッダー画像URLを取得する。get_player_reviews(appid): 最近の評価(レビュー数、ポジティブ率など)を確認する。
パフォーマンス
APIリクエストの削減と高速化のため、簡易的なインメモリキャッシュを実装しています。
キャッシュ期間 (TTL): 1時間
対象:
search_games,get_game_details,get_player_reviewsのすべての出力結果
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.
Latest Blog Posts
- 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/tfuru/steam-store-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server