Skip to main content
Glama

Web-curl MCP Server

by rayss868

fetch_api

Make REST API requests with specified methods, headers, and body using the Web-curl MCP Server. Supports GET, POST, PUT, DELETE, and more for seamless API interactions.

Instructions

Make a REST API request with various methods, headers, and body.

Input Schema

NameRequiredDescriptionDefault
bodyNoRequest body (JSON object, string, etc.).
headersNoRequest headers (e.g., for authorization).
methodYesHTTP method for the request.
timeoutNoRequest timeout in milliseconds (default: 60000).
urlYesThe URL for the API endpoint.

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Request body (JSON object, string, etc.).", "type": [ "object", "string", "null" ] }, "headers": { "description": "Request headers (e.g., for authorization).", "type": "object" }, "method": { "description": "HTTP method for the request.", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS" ], "type": "string" }, "timeout": { "description": "Request timeout in milliseconds (default: 60000).", "type": "number" }, "url": { "description": "The URL for the API endpoint.", "type": "string" } }, "required": [ "url", "method" ], "type": "object" }
Install Server

Other Tools from Web-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/rayss868/MCP-Web-Curl'

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