A Model Context Protocol server that provides ZIP compression capabilities using fastMCP and zip.js. This implementation allows AI assistants to compress and decompress files directly through MCP, enabling efficient file handling without leaving the conversation interface. The server exposes compression utilities as tools that can be called programmatically, making it valuable for workflows involving file management, data transfer, and storage optimization.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Compress local files or directories into a ZIP file. Parameters: input (string or string array), output (string), options (optional: level [0-9], password, encryptionStrength [1-3], overwrite [boolean])
Decompress local ZIP files to the specified directory. Parameters: input (string), output (string), options (optional: password, overwrite [boolean], createDirectories [boolean])
Get metadata information of local ZIP files. Parameters: input (string), options (optional: password)
Returns the input message to test if the service is running normally. Parameters: message (string)