list_platforms

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

List all gaming platforms in the RAWG database, with game counts per platform (e.g. PC, PlayStation 5, Xbox Series X, Nintendo Switch).

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_platforms","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