Skip to main content
Glama

MCP HTTP Requests

by godzeo

http_post

Send HTTP POST requests with headers, cookies, and body payloads. Log all requests for debugging, security testing, or API integration tasks using MCP HTTP Requests server.

Instructions

HTTP POST request with full support (headers, cookies, body, timeout) - All requests logged

Input Schema

NameRequiredDescriptionDefault
bodyNo
cookiesNo
headersNo
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Body" }, "cookies": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Cookies" }, "headers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Headers" }, "timeout": { "default": 30, "title": "Timeout", "type": "number" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "http_postArguments", "type": "object" }
Install Server

Other Tools from MCP HTTP Requests

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/godzeo/mcp-requests'

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