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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Read Unreal Engine .uasset files. Parameters: file_path (string) - the path to your asset file.
Read generic binary files and extract metadata. Parameters: file_path (string) - the path to your binary file, format (string) - the format of the file, can be 'auto', 'unreal', or 'custom'.