mcp-e70738e0-946f1f4b-healiora
Verified Safeby aiscibe-mcp-deployment
Overview
This MCP server exposes configured APIs as tools that can be used by Claude and other AI models, acting as an API gateway for AI orchestration.
Installation
python app/mcp_server.pyEnvironment Variables
- OPENAI_API_KEY
- PORT
Security Notes
The code does not use `eval` or contain obvious obfuscation. Hardcoded secrets are not present; `OPENAI_API_KEY` is expected from environment variables. The `API_CONNECTIONS` dictionary is currently empty, but if populated from an insecure source, the `call_api` function could pose a risk for Server-Side Request Forgery (SSRF) or API key exposure, depending on the configuration source. However, the provided code itself is not inherently malicious.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.
mcp-e70738e0-808ea82c-nklsdfjk
This server acts as a Model Context Protocol (MCP) gateway, exposing configured external APIs as tools for consumption by AI models like Claude.