A
licenseNot graded
qualityB
maintenanceBridges Claude Desktop to the HOOPS AI WebAPI, enabling 3D CAD analysis and interactive model operations through natural language.
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: get_games for searching/listing games, get_game_detail for a specific game's details, get_mods for listing mods (requires game_id), and get_mod_detail for mod details. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case (get_games, get_game_detail, get_mods, get_mod_detail). Clear and predictable.
4 tools is well-scoped for a read-only mod database. It covers the essential operations without overloading the surface.
Covers the core workflow of browsing games and mods. The only gap is that mod search requires a game_id, so you cannot directly search mods by name across all games. Otherwise complete for the domain.