This MCP server, developed by an unspecified author, provides tools for binary file analysis, focusing on Unreal Engine asset files (.uasset) and generic binary metadata extraction. Built with Python and leveraging the Model Context Protocol, it offers functionality to read and analyze binary file structures, with a specific emphasis on Unreal Engine assets. The implementation includes tools for parsing .uasset files and extracting metadata from various binary formats. It's particularly useful for game developers, modders, and digital forensics professionals working with Unreal Engine assets or analyzing binary file structures, enabling use cases such as asset inspection, file format analysis, and automated binary data extraction without directly dealing with low-level binary parsing complexities.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Read Unreal Engine asset files. Parameters: file_path (string) - path to the .uasset file
Read metadata from generic binary files. Parameters: file_path (string) - path to the binary file, format (string, optional) - specify the format ('auto', 'unreal', 'custom')