search_games
ActiveTool of Rawg
declared in 0.1.0
Search the RAWG video game database by name, genre, or platform. Returns games with ratings, Metacritic scores, release dates, platforms, and genres. Example: search_games({ query: "zelda", ordering: "-metacritic" })
Parameters schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query — a game name or keyword, e.g. \"elden ring\", \"mario\""
},
"genres": {
"type": "string",
"description": "Filter by genre slug(s) or id(s), comma-separated, e.g. \"action\", \"role-playing-games-rpg\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own RAWG API key for higher limits; omit to use the shared Pipeworx key."
},
"ordering": {
"type": "string",
"description": "Sort order, e.g. \"-rating\" (top rated), \"-released\" (newest), \"-metacritic\" (best reviewed)"
},
"page_size": {
"type": "number",
"description": "Number of games to return (default 20, max 40)"
},
"platforms": {
"type": "string",
"description": "Filter by platform id(s), comma-separated, e.g. \"4\" (PC), \"187\" (PS5)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Rawg
https://github.com/pipeworx-io/mcp-rawg
1/7 registries