Back to Home
digit1024 icon

mcp_openapi_bridge

Verified Safe

by digit1024

Overview

A Model Context Protocol (MCP) server that dynamically exposes REST API endpoints as MCP tools by reading OpenAPI specifications.

Installation

Run Command
No command provided

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-07

Tags

Dynamic Tool GenerationOpenAPIREST APIMCP ServerRust