Back to Home
EzraFathurrahman icon

mcp-http-server

Verified Safe

by EzraFathurrahman

Overview

Provides an HTTP-based Multi-Agent Communication Protocol (MCP) server exposing tools for making external HTTP requests and echoing JSON payloads, primarily designed for integration with LLMs or other agents.

Installation

Run Command
python server.py

Security Notes

The `http_get` tool allows making requests to arbitrary URLs. If the server is exposed to untrusted inputs (e.g., directly from an LLM without strict input validation or sandboxing), it could potentially be exploited for Server-Side Request Forgery (SSRF) or used to probe internal networks. However, the code itself does not contain obvious vulnerabilities like `eval`, obfuscation, or hardcoded secrets. The `httpx` library is used responsibly.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-25

Tags

MCPHTTPLLM IntegrationWeb ToolsAPI Gateway