Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_get

Make HTTP GET requests with customizable headers, timeout, and user agent settings using curl. Ideal for interacting with web APIs and downloading content efficiently.

Instructions

Make an HTTP GET request using curl

Input Schema

NameRequiredDescriptionDefault
follow_redirectsNoWhether to follow redirects
headersNoOptional HTTP headers in the format 'Header: Value'
timeoutNoRequest timeout in seconds
urlYesThe URL to make the GET request to
user_agentNoCustom User-Agent string

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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" }, "timeout": { "description": "Request timeout in seconds", "type": "number" }, "url": { "description": "The URL to make the GET request to", "type": "string" }, "user_agent": { "description": "Custom User-Agent string", "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