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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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)