BGG provides an interface to the BoardGameGeek API, enabling retrieval and filtering of board game information through the Model Context Protocol. Using Go, the server allows users to find game details, explore user collections, get the current BGG hotness list, and retrieve user profiles, enhancing board game data accessibility.
Key Features
01Retrieves specific board game details by name.
02Facilitates filtering and retrieval of user board game collections.
03Provides access to the BoardGameGeek 'hotness' list.
04Fetches user details based on username.
052 GitHub stars