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.
스팀 리뷰 MCP
영어 | 중문
MCP(Model Context Protocol)를 사용하여 Steam 게임 리뷰에 액세스하세요.
특징
LLM이 Steam 게임 리뷰 및 정보를 검색하는 데 도움이 됩니다.
- 게임 리뷰(긍정적/부정적 평가, 리뷰 점수, 리뷰 내용 등)를 받아보세요.
- 게임 기본 정보(이름, 자세한 설명)를 얻으세요
- 게임 리뷰를 분석하고 장단점을 요약합니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Steam Review를 자동으로 설치하려면:
지엑스피1
npx로 직접 실행하세요:
또는 추가하세요:
용법
도구
이 MCP 서비스는 Steam 게임 appid를 전달하여 리뷰와 게임 정보를 검색하는 get_steam_review
도구를 제공합니다.
자세한 내용은 Steamwork API를 확인하세요: 사용자 리뷰 - 목록 가져오기
반환된 데이터에는 두 부분이 포함됩니다.
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