{
  "info": {
    "name": "RAWG Video Games Database — mcp.ai",
    "description": "REST API for the RAWG Video Games Database MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/rawg_video_games_database",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "rawg_video_games_database_creator_roles_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/creator/roles/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "creator",
            "roles",
            "list"
          ]
        },
        "description": "Tool to get a list of creator positions (jobs) in the gaming industry. Use when you need to browse available creator roles or positions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_creators_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/creators/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "creators",
            "list"
          ]
        },
        "description": "Tool to get a list of game creators from the RAWG database. Use when you need to browse available creators or find specific game developers, designers, or other gaming industry professionals. Supports",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_creators_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/creators/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "creators",
            "read"
          ]
        },
        "description": "Tool to get details of a specific creator. Use when you need detailed information about a game creator or person from the RAWG database.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_developers_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/developers/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "developers",
            "list"
          ]
        },
        "description": "Tool to get a list of game developers from the RAWG database. Use when you need to browse game developers or filter games by developer. Supports pagination via page and page_size parameters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_developers_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/developers/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "developers",
            "read"
          ]
        },
        "description": "Tool to get details of a specific developer from the RAWG database. Use when you need to retrieve information about a game developer by their unique ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_achievements_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/achievements/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "achievements",
            "read"
          ]
        },
        "description": "Tool to get a list of achievements for a specific game. Use when you need to retrieve game achievements with names, descriptions, images, and completion percentages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_additions_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/additions/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "additions",
            "list"
          ]
        },
        "description": "Tool to get a list of DLCs, GOTY editions, companion apps, and other additions for a game. Use when you need to find downloadable content or special editions for a specific game.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"game_pk\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_development_team_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/development/team/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "development",
            "team",
            "list"
          ]
        },
        "description": "Tool to get a list of individual creators from the development team of a specific game. Use when you need to find out who worked on developing a particular game.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"game_pk\": \"\",\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_game_series_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/game/series/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "game",
            "series",
            "list"
          ]
        },
        "description": "Tool to get a list of games that are part of the same series. Use when you need to find all games in a franchise or series related to a specific game.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"game_pk\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "list"
          ]
        },
        "description": "Tool to get a list of games from RAWG database. Use when you need to browse, search, or filter games with extensive options including platforms, genres, release dates, ratings, and more. Supports pagi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"tags\": \"\",\n  \"dates\": \"\",\n  \"genres\": \"\",\n  \"search\": \"\",\n  \"stores\": \"\",\n  \"updated\": \"\",\n  \"creators\": \"\",\n  \"ordering\": \"\",\n  \"page_size\": 0,\n  \"platforms\": \"\",\n  \"developers\": \"\",\n  \"metacritic\": \"\",\n  \"publishers\": \"\",\n  \"search_exact\": false,\n  \"exclude_stores\": \"\",\n  \"search_precise\": false,\n  \"exclude_parents\": false,\n  \"platforms_count\": \"\",\n  \"parent_platforms\": \"\",\n  \"exclude_additions\": false,\n  \"exclude_collection\": \"\",\n  \"exclude_game_series\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_movies_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/movies/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "movies",
            "read"
          ]
        },
        "description": "Tool to get a list of game trailers and gameplay clips from the RAWG database. Use when you need to retrieve video content for a specific game including preview thumbnails and video URLs at different ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_parent_games_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/parent/games/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "parent",
            "games",
            "list"
          ]
        },
        "description": "Tool to get a list of parent games for DLCs and editions. Use when you need to identify the main or base game for a DLC, expansion, or special edition.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"game_pk\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "read"
          ]
        },
        "description": "Tool to get comprehensive details of a specific game. Use when you need detailed information about a game including ratings, platforms, descriptions, and metadata.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_reddit_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/reddit/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "reddit",
            "read"
          ]
        },
        "description": "Tool to get a list of most recent posts from a game's subreddit. Use when you need to retrieve Reddit discussions, community posts, and social media content related to a specific game.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_screenshots_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/screenshots/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "screenshots",
            "list"
          ]
        },
        "description": "Tool to get screenshots for a specific game from the RAWG database. Use when you need to retrieve game screenshots with image URLs, dimensions, and visibility status. Supports pagination and custom or",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"game_pk\": \"\",\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_games_stores_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/games/stores/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "games",
            "stores",
            "list"
          ]
        },
        "description": "Tool to get links to stores that sell a specific game. Use when you need to find where to purchase a game from digital storefronts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"game_pk\": \"\",\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_genres_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/genres/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "genres",
            "list"
          ]
        },
        "description": "Tool to get a list of video game genres from RAWG database. Use when you need to browse available genres or filter games by genre. Supports pagination and custom ordering.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_genres_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/genres/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "genres",
            "read"
          ]
        },
        "description": "Tool to get details of a specific video game genre. Use when you need information about a particular genre including its name, description, and game count.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_platforms_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/platforms/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "platforms",
            "list"
          ]
        },
        "description": "Tool to get a list of video game platforms from RAWG database. Use when you need to browse available gaming platforms from PC to mobile. Supports pagination and custom ordering.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_platforms_lists_parents_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/platforms/lists/parents/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "platforms",
            "lists",
            "parents",
            "list"
          ]
        },
        "description": "Tool to get a list of parent platforms from RAWG database. Use when you need to browse platform families like PlayStation, Xbox, or PC that group related gaming platforms together. For instance, PlayS",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_platforms_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/platforms/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "platforms",
            "read"
          ]
        },
        "description": "Tool to get details of a specific gaming platform from the RAWG database. Use when you need information about a particular platform including its name, launch year, and game count.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_publishers_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publishers/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publishers",
            "list"
          ]
        },
        "description": "Tool to get a list of video game publishers from the RAWG database. Use when you need to browse game publishers or filter games by publisher. Supports pagination via page and page_size parameters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_publishers_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publishers/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publishers",
            "read"
          ]
        },
        "description": "Tool to get details of a specific publisher from the RAWG database. Use when you need to retrieve information about a game publisher by their unique ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_stores_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stores/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stores",
            "list"
          ]
        },
        "description": "Tool to get a list of video game storefronts. Use when you need to browse digital distribution services where games can be purchased. Supports pagination and ordering options.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"ordering\": \"\",\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_stores_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stores/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stores",
            "read"
          ]
        },
        "description": "Tool to get details of a specific video game store. Use when you need information about a particular storefront including its name, domain, and game count.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_tags_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "list"
          ]
        },
        "description": "Tool to get a list of tags from the RAWG database. Use when you need to browse tags that categorize games by specific characteristics. Supports pagination via page and page_size parameters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rawg_video_games_database_tags_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "read"
          ]
        },
        "description": "Tool to get details of a specific tag from the RAWG database. Use when you need detailed information about a particular tag including its name, games count, and description.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}