Web-Request-MCP-Server
Verified Safeby KS-GEN-AI
Overview
Execute HTTP requests to interact with web APIs, fetch data, and automate web interactions within AI workflows.
Installation
node build/index.jsSecurity Notes
The server's code is well-implemented and does not contain obvious vulnerabilities like 'eval' or hardcoded secrets. The primary security consideration is the inherent power of the 'http_request' tool itself: allowing an AI to make arbitrary HTTP requests with custom methods, headers, and body. This capability, if unconstrained by careful AI prompting or network isolation, could potentially be misused for Server-Side Request Forgery (SSRF), data exfiltration, or interactions with unintended/malicious external services. Response truncation (max 50,000 chars) mitigates large data exfiltration through tool output.
Similar Servers
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
mcp-server-requests
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content, including saving to files.
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
Kotak_Neo_MCP_Server_With_Agentic_Application.
A server designed to host and manage AI agentic applications, likely for automating tasks or processing information. The specific functionality is unknown due to missing code.