@pipeworx/thegamesdb
Connect: https://gateway.pipeworx.io/thegamesdb/mcp · Install: one-click buttons
Tools: 4
Tools
- search_games — Search the TheGamesDB video-game database by title. Returns matching games with platform name, release date, players, rating, and a short overview. Example: search_games({ name: “zelda”, limit: 10 })
- get_game — Get full metadata for a single game by its TheGamesDB id, including the front boxart image URL. Example: get_game({ id: 108139 })
- list_platforms — List all gaming platforms known to TheGamesDB (id, name, alias). Useful for resolving platform ids. Example: list_platforms({})
- list_genres — List all game genres known to TheGamesDB (id, name). Useful for resolving genre ids. Example: list_genres({})
Tools
-
get_game— Get full metadata for a single game by its TheGamesDB id, including the front boxart image URL. Example: get_game({ id: 108139 }) -
list_genres— List all game genres known to TheGamesDB (id, name). Useful for resolving genre ids. Example: list_genres({}) -
list_platforms— List all gaming platforms known to TheGamesDB (id, name, alias). Useful for resolving platform ids. Example: list_platforms({}) -
search_games— Search the TheGamesDB video-game database by title. Returns matching games with platform name, release date, players, rating, and a short overview. Example: search_games({ name: zelda , limit: 10 })