Back to Home
devsapp icon

fcai-mcp-servers

Verified Safe

by devsapp

Overview

Converts an OpenAPI 3.0 Specification into a Model Context Protocol (MCP) server instance, allowing AI models to programmatically interact with the described API.

Installation

Run Command
node dist/index.js

Security Notes

The server's primary function is to transform an OpenAPI specification into an MCP server. Its inherent security relies on the trustworthiness and proper configuration of the provided OpenAPI spec. A poorly designed or malicious OpenAPI spec could inadvertently expose sensitive operations or data through the generated MCP interface. The code itself does not contain obvious vulnerabilities like `eval` or hardcoded secrets. Any sensitive information for the target API would be part of the `openApiSecurityConfig` deployment parameter.

Similar Servers

Stats

Interest Score36
Security Score7
Cost ClassLow
Avg Tokens50
Stars7
Forks10
Last Update2025-12-04

Tags

MCPOpenAPIAPI GatewayServerlessNode.js