MyMCP
Verified Safeby gmitch215
Overview
Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.
Installation
bun run devSecurity Notes
The server fetches and executes API calls against arbitrary HTTPS OpenAPI specifications provided by the user, which introduces a potential Server-Side Request Forgery (SSRF) risk if not properly mitigated at the network layer. While insecure HTTP URLs are explicitly rejected, there's no specific validation against private IP ranges or internal networks. No explicit rate limiting or abuse prevention is implemented within the application itself, relying on the Cloudflare Workers platform for such controls. No hardcoded secrets or obvious malicious patterns were found. Robust OpenAPI schema validation and secure headers are in place, contributing positively to security.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers for integration with LLM agents and other applications.
Unla
A lightweight and highly available gateway service that converts existing MCP Servers and APIs into services compliant with the MCP Protocol through configuration.
fcai-mcp-servers
Converts an OpenAPI 3.0 Specification into a Model Context Protocol (MCP) server instance, allowing AI models to programmatically interact with the described API.
openapi-mcp-server
Dynamically converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with defined APIs by mapping AI calls to HTTP requests.