Unreal Engine Binary Reader
Summary
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.
Available Actions(2)
read-unreal-asset
Read and analyze Unreal Engine .uasset files. Parameters: file_path (string) - path to the .uasset file.
read-binary-metadata
Extract metadata and structure from generic binary files. Parameters: file_path (string) - path to the binary file, format (string) - file format to auto-detect or specify (options: 'auto', 'unreal', 'custom').
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください