@pipeworx/steam
Connect: https://gateway.pipeworx.io/steam/mcp · Install: one-click buttons
Tools: 14
Steam Web API MCP — public Steam profile + game + news data. Free key.
Auth
- Platform:
PLATFORM_STEAM_KEY. BYO:?_apiKey=….
Tools
resolve_vanity_url(vanityurl)— username → steamid64player_summary(steamid)— profile summaryplayer_summaries(steamids)— bulk profile (comma-sep)friend_list(steamid, relationship?)— friendsowned_games(steamid, include_appinfo?, include_played_free?)— owned gamesrecently_played(steamid, count?)— recent gamesplayer_achievements(steamid, appid, l?)— achievements for a gameplayer_stats(steamid, appid)— user stats for a gameplayer_level(steamid)— Steam levelplayer_bans(steamids)— VAC/community bansapp_news(appid, count?, maxlength?)— app news feedapp_details(appids, cc?, l?)— store page detail (Steam Store, not Web API)app_list()— full app list (large)current_player_count(appid)— current concurrent players
Data source
https://api.steampowered.com, https://store.steampowered.com/api
Tools
- resolve_vanity_url — Vanity URL → SteamID64.
- player_summary — Profile summary.
- player_summaries — Bulk profile.
- friend_list — Friends.
- owned_games — Owned games.
- recently_played — Recent games.
- player_achievements — Achievements for a game.
- player_stats — User stats for a game.
- player_level — Steam level.
- player_bans — VAC/community bans.
- app_news — App news feed.
- app_details — Store page detail (Steam Store API).
- app_list — Full app list (large).
- current_player_count — Current concurrent players.
Tools
-
app_details— Store page detail (Steam Store API). -
app_list— Full app list (large). -
app_news— App news feed. -
current_player_count— Current concurrent players. -
friend_list— Friends. -
owned_games— Owned games. -
player_achievements— Achievements for a game. -
player_bans— VAC/community bans. -
player_level— Steam level. -
player_stats— User stats for a game. -
player_summaries— Bulk profile. -
player_summary— Profile summary. -
recently_played— Recent games. -
resolve_vanity_url— Vanity URL → SteamID64.