steam-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MY_STEAM_ID | Yes | Your SteamID64, used as a default for family features and identity. | |
| STEAM_API_KEY | Yes | Your Steam Web API key. Required to access the Steam Web API. | |
| STEAM_EXTRA_CA | No | Path to a private CA certificate if your network uses SSL inspection. | |
| STEAM_TLS_INSECURE | No | Set to '1' to disable TLS verification (only as a last resort on trusted networks). | |
| STEAM_FAMILY_MEMBER_IDS | No | Comma-separated list of SteamID64 values for family members. Used by the get_family_owned_games tool. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_player_profileA | Devuelve el perfil público de uno o varios usuarios. Si la lista está vacía, devuelve tu propio perfil. |
| get_owned_gamesA | Lista los juegos que un usuario posee en Steam. Si se omite el ID, lista tus propios juegos. |
| get_family_owned_gamesA | Devuelve una lista unificada de juegos de MY_STEAM_ID y los miembros configurados en STEAM_FAMILY_MEMBER_IDS, indicando sus dueños. |
| get_recently_played_gamesA | Lista los juegos jugados en las últimas 2 semanas. Por defecto usa tu ID. |
| get_player_achievementsA | Devuelve los logros de un usuario (o los tuyos por defecto) para un juego. |
| get_friend_listB | Devuelve tus amigos de Steam (o los de un ID específico). |
| get_friends_current_statusA | Obtiene en tiempo real qué amigos están online y qué juego específico están jugando en este instante. |
| get_friends_recent_activityA | Escanea la actividad de tus amigos más activos en las últimas 2 semanas para saber qué se está jugando. |
| compare_owned_gamesA | Cruza tu biblioteca con la de otro usuario para saber qué juegos comparten y cuántas horas tiene cada uno. |
| get_app_newsA | Devuelve las últimas noticias/actualizaciones publicadas para un juego de Steam. |
| get_global_achievement_percentagesB | Devuelve el porcentaje de todos los jugadores de Steam que desbloquearon cada logro. |
| get_current_playersA | Devuelve la cantidad total de jugadores activos en un juego en este momento en Steam. |
| resolve_vanity_urlA | Convierte una URL personalizada (ej: 'miusuario' de steamcommunity.com/id/miusuario) a un SteamID64. |
| search_gameA | Busca juegos en Steam por término y devuelve coincidencias con su appid. Útil para obtener el appid a partir del nombre. |
| get_player_bansA | Devuelve el estado de VAC, comunidad, economy y game bans de uno o varios SteamIDs. Incluye el appid de cada game ban específico cuando aplica. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
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/julianmeyerr/steam-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server