You're viewing a demo portfolio

Join the waitlist
PRSM

list_games

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

videogames

https://github.com/pipeworx-io/mcp-videogames

1/7 registries
View full server →