list_genres

Pack: rawg · Endpoint: https://gateway.pipeworx.io/rawg/mcp

List all video game genres in the RAWG database, with game counts per genre (e.g. Action, RPG, Indie, Strategy).

Parameters

NameTypeRequiredDescription
_apiKeystringnoOptional — your own RAWG API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/rawg/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_genres","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "rawg": {
      "url": "https://gateway.pipeworx.io/rawg/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026