Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_advanced

Execute custom curl commands to make HTTP requests, interact with web APIs, and download files using advanced arguments. Enables precise control over curl operations.

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" }
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