mcp_openapi_bridge
Verified Safeby digit1024
Overview
A Model Context Protocol (MCP) server that dynamically exposes REST API endpoints as MCP tools by reading OpenAPI specifications.
Installation
No command providedEnvironment Variables
- BASE_URL
- DOC_URL
- INSECURE
- RUST_LOG
Security Notes
The server can be configured to accept invalid certificates via the `INSECURE` environment variable (`danger_accept_invalid_certs(true)`), which is a significant security risk for Man-in-the-Middle (MITM) attacks if used in untrusted environments. This feature is intended for testing or self-signed certificates in controlled environments and logs a warning when enabled. No other obvious vulnerabilities like `eval` or hardcoded secrets were found in the provided source code. Outbound API calls are central to its function.
Similar Servers
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.
mcp_openapi_bridge
A Model Context Protocol (MCP) server that dynamically exposes REST API endpoints as MCP tools by reading OpenAPI specifications.
mcp-server
Provides server functionality, likely related to the Minecraft community or development (MCP).
general-mcp-server
This server acts as a Multi-Capability Protocol (MCP) server, integrating custom tools and orchestrating their use with an AI assistant.