Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_post

Perform HTTP POST requests using curl to send data, JSON, or custom headers to a specified URL, with options for redirects, timeouts, and content type.

Instructions

Make an HTTP POST request using curl

Input Schema

NameRequiredDescriptionDefault
content_typeNoContent-Type header (will be added automatically for JSON data)
dataNoData to send in the POST request body
follow_redirectsNoWhether to follow redirects
headersNoOptional HTTP headers in the format 'Header: Value'
json_dataNoJSON object to send as POST data
timeoutNoRequest timeout in seconds
urlYesThe URL to make the POST request to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content_type": { "description": "Content-Type header (will be added automatically for JSON data)", "type": "string" }, "data": { "description": "Data to send in the POST request body", "type": "string" }, "follow_redirects": { "default": false, "description": "Whether to follow redirects", "type": "boolean" }, "headers": { "description": "Optional HTTP headers in the format 'Header: Value'", "items": { "type": "string" }, "type": "array" }, "json_data": { "additionalProperties": {}, "description": "JSON object to send as POST data", "type": "object" }, "timeout": { "description": "Request timeout in seconds", "type": "number" }, "url": { "description": "The URL to make the POST request to", "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