Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_advanced

Execute custom HTTP requests and download files using advanced curl arguments. Ideal for interacting with web APIs and retrieving remote content efficiently.

Instructions

Execute curl with custom arguments (advanced usage)

Input Schema

NameRequiredDescriptionDefault
argsYesArray of curl arguments (excluding 'curl' itself)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "description": "Array of curl arguments (excluding 'curl' itself)", "items": { "type": "string" }, "type": "array" } }, "required": [ "args" ], "type": "object" }

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