OpenAPI-to-MCP-Server-FE
Verified Safeby thiennga52004
Overview
A frontend web application for managing and converting OpenAPI specifications into Model Context Protocol (MCP) servers, enabling AI assistant interaction.
Installation
npm startEnvironment Variables
- REACT_APP_API_DOMAIN
Security Notes
The application hardcodes a backend API domain `http://57.158.26.182:8081` in `Auth.js` if `REACT_APP_API_DOMAIN` is not set. Using an HTTP (non-HTTPS) endpoint is a critical security risk as it exposes sensitive data like login credentials and JWT tokens to eavesdropping. Storing JWT tokens in `localStorage` (`localStorage.setItem('JWTtoken', data.data.JWTtoken)`) is susceptible to Cross-Site Scripting (XSS) attacks. No client-side input validation is visible for uploaded files, which should be strictly handled by the backend. The core frontend code itself does not contain obvious malicious patterns like `eval` or obfuscation, but its reliance on a potentially insecure backend connection is a major concern.
Similar Servers
mcp-server-for-apache-ofbiz
Serves as a Model Context Protocol (MCP) gateway, enabling generative AI applications to interact with backend systems like Apache OFBiz through dynamically loaded tools and RESTful APIs.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
fastsearch-mcp
Provides lightning-fast file search capabilities on Windows by directly accessing the NTFS Master File Table, integrated with Claude Desktop.
MCP_global_API
Provides a Micro-Agent Compute Protocol (MCP) server to access CityCatalyst Global API for environmental and urban data queries.