mcp-e70738e0-7ce97189-healiora
Verified Safeby aiscibe-mcp-deployment
Overview
This server acts as a Model Context Protocol (MCP) server, exposing configured external APIs as tools for AI models like Claude.
Installation
python app/mcp_server.pyEnvironment Variables
- OPENAI_API_KEY
- PORT
Security Notes
The code uses environment variables for sensitive data (e.g., OPENAI_API_KEY) and hardcodes API connection URLs, preventing common SSRF vulnerabilities. No 'eval' or other highly dangerous patterns are present. External API calls are made using httpx, which is a robust library. Error handling for server initialization is also present.
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-c1a2450e-this-is-nhjsjldfjklh
This server acts as a Model Context Protocol (MCP) gateway, exposing configured APIs as tools for AI models like Claude.