Steam MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STEAM_USER | No | Your Steam vanity name, SteamID64, or profile URL (optional, defaults to none) | |
| STEAM_API_KEY | Yes | Your Steam Web API key from https://steamcommunity.com/dev/apikey |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| steam_get_deck_compatibilityA | Steam Deck rating for a game: Verified, Playable, Unsupported, or Unknown. |
| steam_resolve_vanity_urlA | Resolve a Steam vanity/custom-URL name (or profile URL) to a SteamID64. |
| steam_get_player_summaryA | Get profile + current status for one or more Steam users. |
| steam_get_steam_levelA | Get a user's Steam community level (the XP-based account level). |
| steam_get_player_bansA | Get VAC / game / community / economy ban status for a user. |
| steam_get_friend_listB | List a user's Steam friends, enriched with name and current status. |
| steam_find_friends_who_ownA | List which of a user's friends own (or are playing) a specific game — "who can I play X with" (about friends' libraries, not store search). |
| steam_get_owned_gamesA | List the games a user owns, with total and recent hours played. |
| steam_get_recently_played_gamesA | List games a user has played in the last two weeks, with hours. |
| steam_get_player_achievementsA | Get a user's achievement progress for a specific game. |
| steam_get_game_schemaA | Get the achievement and stat definitions for a game (not user-specific). |
| steam_get_global_achievement_percentagesB | Get the global unlock percentage (rarity) of each achievement in a game. |
| steam_get_user_game_statsA | Get a user's in-game STATS for a specific game (kills, wins, distance, etc.). |
| steam_get_rarest_unlocksA | Show a player's RAREST unlocked achievements in a game (by global unlock %). |
| steam_search_appsA | Look up a game's appid by its title — when you already know the name and need its ID (not for discovery, recommendations, or buy decisions). |
| steam_get_app_detailsA | Get comprehensive store details for a game — the best 'tell me about X' tool. |
| steam_get_dlcA | List a game's DLC (add-ons), optionally with live prices and sale status. |
| steam_get_app_tagsA | Get a game's top community tags (Souls-like, Roguelike, Cozy, …) by weight. |
| steam_discoverA | Discover games by criteria — tags, max price, on-sale, platform — optionally personalized to a user's taste; for filter-based search, not "games like X" (use steam_recommend for that). |
| steam_get_app_reviewsA | Get the review score and sample reviews for a game (lifetime and/or recent). |
| steam_get_featured_specialsA | List games currently ON SALE (featured specials) on the Steam store. |
| steam_get_store_highlightsB | List a Steam storefront section: top sellers, new releases, or coming soon. |
| steam_get_wishlistA | Get a user's Steam wishlist, optionally with live prices and sale status. |
| steam_get_current_playersA | Get the number of players currently in-game for a title (live concurrency). |
| steam_get_app_newsA | Get recent news/update posts for a game (patch notes, announcements). |
| steam_get_player_badgesB | Get a user's badges and the XP breakdown behind their Steam level. |
| steam_get_package_detailsB | Get store details for a Steam package (a sub/bundle of one or more games). |
| steam_compare_playersA | Compare two users' libraries: shared games and who has played each more. |
| steam_analyze_libraryA | Analyze a whole game library: backlog, playtime distribution, abandoned games. |
| steam_should_i_buyA | Decide whether to buy ONE specific game — price, recent + lifetime reviews, tags, Metacritic, and taste match in one call; for evaluating a single known game, not finding new ones. |
| steam_recommendA | Recommend games similar to a seed game ("like Hades") or to a user's taste, explaining the shared tags; for "games like X" / "what should I play" (for filtered search use steam_discover). |
| steam_plan_coop_nightB | Find co-op games the host and their friends all own — for game night. |
| steam_get_app_regional_pricingA | Compare a game's price across regions (each in its own local currency). |
| steam_get_workshop_itemA | Get metadata for a Steam Workshop item (mod, map, guide, collection, …). |
| steam_get_user_groupsA | List the Steam groups (communities/clans) a user belongs to. |
| steam_get_inventoryB | List a user's Steam inventory — game items or generic Community items. |
| steam_get_market_priceA | Get the Community Market price for a single item, with rarity and condition. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| what_should_i_play | Recommend what to play next from a user's library and taste. |
| is_it_worth_buying | Decide whether a game is worth buying right now. |
| plan_game_night | Plan a co-op game night with a user's online friends. |
| steam_deals | Find Steam deals worth buying right now. |
| game_overview | Give a comprehensive overview of a game. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Sarg338/steam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server