Skip to main content
Glama

MCP HTTP Requests

by godzeo

http_raw_request

Send HTTP requests with absolute precision for security testing. Preserve headers, raw payloads, cookies, and special characters exactly as provided. Logs all requests and responses for analysis.

Instructions

šŸ”’ CRITICAL SECURITY TESTING TOOL: Sends HTTP requests with ABSOLUTE PRECISION - All requests logged

āš ļø IMPORTANT: This tool preserves EVERY SINGLE CHARACTER of your request:

  • Headers: Every cookie, token, session ID - NO CHARACTER LIMIT, NO TRUNCATION

  • Body: Raw payload sent byte-for-byte, preserving payloads exactly

  • Cookies: Complete cookie strings including long JWT tokens, session data

  • Special characters: ', ", , %, &, =, etc. are preserved without encoding

  • Whitespace: Spaces, tabs, newlines maintained exactly as provided

šŸŽÆ Perfect for: all kinds of security vulnerability testing, testing like SQL injection, XSS, CSRF, authentication bypass, parameter pollution šŸ“ Guarantee: What you input is EXACTLY what gets sent - zero modifications šŸ“Š All requests and responses are automatically logged to ~/mcp_requests_logs/

Input Schema

NameRequiredDescriptionDefault
cookiesNo
headersNo
methodNoGET
raw_bodyNo
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "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" }, "method": { "default": "GET", "title": "Method", "type": "string" }, "raw_body": { "default": "", "title": "Raw Body", "type": "string" }, "timeout": { "default": 30, "title": "Timeout", "type": "number" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "http_raw_requestArguments", "type": "object" }

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