Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_download

Download files from a URL directly using curl, with options to specify output filename, resume partial downloads, follow redirects, and set timeout. Designed for efficient file retrieval in MCP server environments.

Instructions

Download a file using curl

Input Schema

NameRequiredDescriptionDefault
follow_redirectsNoWhether to follow redirects
output_filenameNoOutput filename (if not provided, will use remote filename)
resumeNoResume partial download if file exists
timeoutNoRequest timeout in seconds
urlYesThe URL of the file to download

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "follow_redirects": { "default": true, "description": "Whether to follow redirects", "type": "boolean" }, "output_filename": { "description": "Output filename (if not provided, will use remote filename)", "type": "string" }, "resume": { "default": false, "description": "Resume partial download if file exists", "type": "boolean" }, "timeout": { "description": "Request timeout in seconds", "type": "number" }, "url": { "description": "The URL of the file to download", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Curl 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/247arjun/mcp-curl'

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