owned_games
ActiveTool of Steam
declared in 0.1.0
List all games owned by a SteamID64; optionally include app name/icon and free-to-play games. Returns appid, playtime_forever (minutes), and per-game metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"steamid": "76561198000000000"
},
{
"steamid": "76561198000000000",
"include_appinfo": true,
"include_played_free": true
}
],
"required": [
"steamid"
],
"properties": {
"steamid": {
"type": "string"
},
"include_appinfo": {
"type": "boolean"
},
"include_played_free": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Steam
https://github.com/pipeworx-io/mcp-steam
1/7 registries