Back to Home
aiscibe-mcp-deployment icon

mcp-e70738e0-7ce97189-healiora

Verified Safe

by 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

Run Command
python app/mcp_server.py

Environment 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

Stats

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

Tags

AI ToolsAPI IntegrationVercelPythonMCP