The MCP HTTP Requests server is a versatile HTTP client for API testing, web automation, and security testing with these capabilities:
Complete HTTP method support: Perform GET, POST, PUT, DELETE, PATCH, HEAD, and OPTIONS requests with customizable headers, cookies, body, and timeout settings
Precision security testing: Use
http_raw_request
for exact character-level control with no encoding or truncation, ideal for SQL injection, XSS, CSRF, and other vulnerability assessmentsAutomatic logging: All requests and responses are logged in JSON format with timestamps in
~/mcp_requests_logs/
MCP compatibility: Designed to work with MCP clients like Claude Code and Cursor for seamless integration into development workflows
README.md
not found. View project on GitHub.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A comprehensive HTTP client MCP server for security testing, API testing, and web automation that provides full-featured HTTP tools with detailed logging capabilities.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.Last updated -8MIT License
- -securityAlicense-qualityA test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.Last updated -MIT License
- -securityFlicense-qualityA lightweight MCP test server for verifying client connectivity, providing tools, resources, and prompts for integration.Last updated -4
- -securityFlicense-qualityA test MCP server implementing all protocol features including tools, resources, prompts, and sampling to help developers build and test MCP clients.Last updated -