Skip to main content
Glama

RemoteZip MCP Server

by yuriyo

extract_file

Extract specific files from remote zip archives over HTTP, HTTPS, or FTP without downloading the entire archive, saving time and bandwidth.

Instructions

Extract a specific file from a remote zip archive to local storage.

Args: url: URL of the remote zip file filename: Name of the file to extract local_path: Local directory to extract to (default: current directory)

Input Schema

NameRequiredDescriptionDefault
filenameYes
local_pathNo.
urlYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "local_path": { "default": ".", "title": "Local Path", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url", "filename" ], "title": "extract_fileArguments", "type": "object" }

Other Tools from RemoteZip MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuriyo/remotezip-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server