Back to Home
KS-GEN-AI icon

Web-Request-MCP-Server

Verified Safe

by KS-GEN-AI

Overview

Execute HTTP requests to interact with web APIs, fetch data, and automate web interactions within AI workflows.

Installation

Run Command
node build/index.js

Security 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

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-28

Tags

WebAPIHTTPNetworkIntegrationAI Tool