get_game
Pack: rawg · Endpoint: https://gateway.pipeworx.io/rawg/mcp
Get full details for a single video game: description, ratings, Metacritic score, platforms, genres, developers, publishers, ESRB rating, and playtime. Example: get_game({ id: “the-witcher-3-wild-hunt” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | RAWG game id or slug, e.g. “3328” or “the-witcher-3-wild-hunt” |
_apiKey | string | no | Optional — 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":"get_game","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.