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
Name | Required | Description | Default |
---|---|---|---|
cookies | No | ||
headers | No | ||
method | No | GET | |
raw_body | No | ||
timeout | No | ||
url | Yes |