Back to Home
jules-tnk icon

ts-http-mcp

Verified Safe

by jules-tnk

Overview

An MCP server enabling AI agents to send HTTP requests with full control over methods, headers, query parameters, and request bodies.

Installation

Run Command
npx @jules-tnk/ts-http-mcp

Security Notes

The server is designed to proxy HTTP requests from AI agents. While the code includes robust input validation (Zod schema for parameters, URL format validation), deployment in environments with access to sensitive internal networks could pose an SSRF (Server-Side Request Forgery) risk if the AI agent's prompts are not sufficiently sandboxed or if the agent itself is compromised. No obvious malicious patterns, hardcoded secrets, or dangerous functions like 'eval' were found in the provided source code. It uses well-vetted libraries like Axios for HTTP requests and Zod for schema validation, enhancing internal security.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-23

Tags

MCPHTTPAI AgentAPI ProxyTypeScript