Connection check
local install
steamreviewandforummcp
MCP server for exploring Steam store reviews and community discussion threads.
Tools
13
GitHub stars
1
Installs / wk
29
Licence
BSD-3-Clause
Transport
stdio
Last checked
never
Tools & capabilities
13 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
aggregate_steam_review_corpus
from source
Aggregates a stored Steam review corpus server-side. Supports overall counts, positive versus negative review breakdowns, monthly or weekly trend buckets, average playtime, playtim… Aggregates a stored Steam review corpus server-side. Supports overall counts, positive versus negative review breakdowns, monthly or weekly trend buckets, average playtime, playtime-threshold filtered counts, and language breakdowns. Requires a corpus created with review metadata enabled.
create_steam_forum_topic_corpus
from source
create_steam_review_corpus
from source
Starts a server-side background review fetch, stores results in a server-managed corpus, and returns an opaque identifier immediately for later status checks, server-side queries,… Starts a server-side background review fetch, stores results in a server-managed corpus, and returns an opaque identifier immediately for later status checks, server-side queries, and aggregates. Data stays on the server and is not exported to the caller as files. Stored review records keep per-review metadata such as timestamps and playtime fields by default.
get_server_info
from source
get_steam_forum_topic
from source
get_steam_forum_topic_corpus_status
from source
Returns the persisted manifest and progress summary for a server-side Steam Community topic fetch. Returns the persisted manifest and progress summary for a server-side Steam Community topic fetch.
get_steam_game_info
from source
Retrieves English game metadata for a specific app, including release date, developers, publishers, genres, and price overview. The detailed description is cleaned into plain text… Retrieves English game metadata for a specific app, including release date, developers, publishers, genres, and price overview. The detailed description is cleaned into plain text for LLM consumption.
get_steam_review
from source
Retrieves Steam reviews for a specific app. Supports manual cursor pagination and automatic multi-page collection. Off-topic review activity is included by default. The response al… Retrieves Steam reviews for a specific app. Supports manual cursor pagination and automatic multi-page collection. Off-topic review activity is included by default. The response always includes a cleaned reviews text array, and can optionally include review_details with timestamps and playtime metadata when include_review_metadata is true.
get_steam_review_corpus_status
from source
Returns the persisted manifest and progress summary for a server-side Steam review fetch. Returns the persisted manifest and progress summary for a server-side Steam review fetch.
list_steam_forum_sections
from source
Lists the available public Steam Community discussion sections and forum-like app hub surfaces for a game Lists the available public Steam Community discussion sections and forum-like app hub surfaces for a game
list_steam_forum_topics
from source
Lists topics from a game Lists topics from a game
query_steam_review_corpus
from source
Queries a stored Steam review corpus with server-side filtering, pagination, and optional field selection. Use it to retrieve only the subset of reviews you actually need for analy… Queries a stored Steam review corpus with server-side filtering, pagination, and optional field selection. Use it to retrieve only the subset of reviews you actually need for analysis. Date, sentiment, and playtime threshold filters require a corpus created with review metadata enabled.
read_steam_forum_topic_corpus_chunk
from source