Skip to main content
Glama
KS-GEN-AI

Web Request MCP Server

by KS-GEN-AI

http_request

Execute HTTP requests to web APIs with custom methods, headers, and body content. Send GET, POST, PUT, DELETE, and other HTTP methods to interact with endpoints.

Instructions

Execute an HTTP request with custom method, URL, headers, and body. Supports GET, POST, PUT, DELETE, PATCH, and other HTTP methods. The AI can choose all parameters based on the task requirements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to send the request to (e.g., "https://api.example.com/endpoint")
methodNoHTTP method to use (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, etc.). Defaults to GET if not specified.
headersNoOptional HTTP headers as key-value pairs (e.g., {"Content-Type": "application/json", "Authorization": "Bearer token"})
bodyNoOptional request body. Can be a string or an object (will be JSON stringified for objects)
paramsNoOptional URL query parameters as key-value pairs (e.g., {"id": "123", "filter": "active"})

Other Tools

Latest Blog Posts

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/KS-GEN-AI/Web-Request-MCP-Server'

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