Back to Home
aiscibe-mcp-deployment icon

mcp-e70738e0-946f1f4b-healiora

Verified Safe

by 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

Run Command
python app/mcp_server.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-02

Tags

MCPAI ToolsAPI GatewayVercelPython