TheGamesDB · Capability
TheGamesDB Video Game Discovery
Unified workflow for video game discovery, metadata lookup, and platform research. Combines game search, platform browsing, artwork retrieval, and reference data (genres, developers, publishers) for game developers, collectors, and gaming applications.
What You Can Do
GET
Search games
— Search for games by name
/v1/games
GET
Get game
— Get game details by ID
/v1/games/{id}
GET
Get game images
— Get artwork for a game
/v1/games/{id}/images
GET
List platforms
— List all gaming platforms
/v1/platforms
GET
List genres
— List all game genres
/v1/genres
MCP Tools
search-games-by-name
Search for video games by name (e.g. Halo, Mario, Zelda)
read-only
get-game-by-id
Get complete game details by game ID
read-only
get-games-by-platform
Find all games for a specific gaming platform
read-only
get-game-artwork
Get artwork and images for a game (boxart, screenshots, fanart)
read-only
list-all-platforms
List all gaming platforms in the database with their IDs
read-only
search-platforms-by-name
Search for a gaming platform by name
read-only
list-genres
List all game genres in the database
read-only
list-developers
List all game developers in the database
read-only
list-publishers
List all game publishers in the database
read-only
APIs Used
gamesdb