ts-http-mcp
Verified Safeby 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
npx @jules-tnk/ts-http-mcpSecurity 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
jentic-sdks
The Jentic MCP Plugin enables AI-agent builders to discover, load, and execute external APIs and workflows via the Model Configuration Protocol (MCP), generating LLM-compatible tool definitions.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.