filter_games
ActiveTool of videogames
Filter free-to-play games on FreeToGame by a dot-separated tag combination (e.g., "3d.mmorpg.fantasy", "shooter.pvp") and optional platform (pc/browser). Returns matching games with title, genre, platform, and release date.
Parameters schema
{
"type": "object",
"examples": [
{
"tag": "3d.mmorpg.fantasy"
},
{
"tag": "shooter.pvp",
"platform": "pc"
}
],
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string",
"description": "Dot-separated tag filter, e.g. \"3d.mmorpg.fantasy\", \"shooter.pvp\", \"browser.strategy\""
},
"platform": {
"type": "string",
"description": "Optional platform filter: \"pc\" or \"browser\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
videogames
https://github.com/pipeworx-io/mcp-videogames
1/7 registries