BGG
Accesses the BoardGameGeek API to retrieve and filter board game data, user collections, and profiles via the Model Context Protocol.
About
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
- Retrieves specific board game details by name.
- Facilitates filtering and retrieval of user board game collections.
- Provides access to the BoardGameGeek 'hotness' list.
- Fetches user details based on username.
- 2 GitHub stars
Use Cases
- Integrating board game data into AI applications.
- Building tools to analyze user board game collections.
- Creating custom interfaces for browsing BoardGameGeek data.