Steam Review and Forum MCP
Related Servers
Alternatives to Steam Review and Forum MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables investigating Steam games through player-written reviews, rating history, patch notes, and gaming press articles, with review filtering by sentiment, time, and playtime.5MIT
- AlicenseBqualityDmaintenanceEnables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.114 npm7MIT
- AlicenseAqualityAmaintenanceAbout Search Steam games, fetch user reviews, and analyze sentiment with topic drill-down to make informed purchasing decisions.7345 npm3MIT
- AlicenseAqualityCmaintenanceEnables personalized Steam game discovery by ranking the store against a player's playtime history and stated preferences, with tools to search games, inspect details and reviews, and explore taste profiles.1018 npmMIT
- AlicenseAqualityCmaintenanceIntegrates with Steam Web API to enable querying user profiles, game libraries, store data, and community features like reviews and workshop items.16MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to query Steam profiles, libraries, achievements, store data, and reviews via the Steam Web API.151MIT
TDQS
Scored across 13 tools
Tools are mostly distinct by resource and action (reviews vs forums, direct fetch vs corpus operations), so an agent can usually tell them apart. However, get_steam_review overlaps conceptually with the review corpus tools, and get_steam_forum_topic overlaps with the forum topic corpus tools, creating minor selection ambiguity.
All tool names use consistent snake_case with predictable verb prefixes such as get_, list_, create_, read_, query_, and aggregate_. The only mild outlier is get_server_info, which omits the Steam-specific 'steam' token, but it still follows the same verb_noun convention.
With 13 tools, the set is well-scoped for covering Steam reviews and forum data, including direct retrieval and corpus-based analysis. Each tool appears to serve a clear purpose without excessive duplication.
The surface covers core read and analysis workflows: direct review/forum retrieval, corpus creation, status, querying, aggregation, and chunk reading. Minor gaps exist, such as no corpus listing/deletion or forum search tool, but agents can still accomplish the primary Steam review and forum analysis tasks.