Back to Home
gmitch215 icon

MyMCP

Verified Safe

by gmitch215

Overview

Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.

Installation

Run Command
bun run dev

Security 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

Stats

Interest Score39
Security Score6
Cost ClassMedium
Avg Tokens4000
Stars7
Forks0
Last Update2025-11-24

Tags

OpenAPIMCPServerlessAPI GatewayCloudflare Workers