list_games
ActiveTool of videogames
declared in 0.1.0
List free-to-play games from FreeToGame, optionally filtered by platform (pc/browser) and category (e.g., mmorpg, shooter, strategy) and sorted by release-date, popularity, or alphabetical. Returns all matching games.
Parameters schema
{
"type": "object",
"examples": [
{
"sort_by": "popularity",
"category": "shooter",
"platform": "pc"
},
{
"category": "strategy",
"platform": "browser"
}
],
"required": [],
"properties": {
"sort_by": {
"type": "string",
"description": "Sort order: \"release-date\", \"popularity\", \"alphabetical\", or \"relevance\""
},
"category": {
"type": "string",
"description": "Genre/category filter, e.g. \"mmorpg\", \"shooter\", \"strategy\", \"moba\", \"racing\", \"sports\", \"social\", \"sandbox\", \"open-world\", \"survival\", \"pvp\", \"pve\", \"pixel\", \"voxel\", \"zombie\", \"turn-based\", \"first-person\", \"third-person\", \"top-down\", \"tower-defense\", \"horror\", \"mmofps\""
},
"platform": {
"type": "string",
"description": "Platform filter: \"pc\", \"browser\", or \"all\" (default \"all\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
videogames
https://github.com/pipeworx-io/mcp-videogames
1/7 registries