Back to Home
aiscibe-mcp-deployment icon

mcp-e70738e0-1d31cc16-jcd

Verified Safe

by aiscibe-mcp-deployment

Overview

An auto-generated Model Context Protocol (MCP) server that exposes configured APIs as tools for Claude and other AI models.

Installation

Run Command
python app/mcp_server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The `api/index.py` handler uses `Access-Control-Allow-Origin: *`, which is a permissive CORS setting. The `API_CONNECTIONS` object in `app/mcp_server.py` is defined in source code and, if modified, could potentially hardcode API keys/tokens directly instead of fetching them from environment variables, posing a secret management risk. The `call_api` function directly uses the `endpoint` argument for URL construction; while tools are intended to be manually registered, this pattern could lead to Server-Side Request Forgery (SSRF) if user input to tools is not rigorously validated. Logging is set to DEBUG which might expose sensitive information in a production environment. No direct use of `eval` or explicit command injection patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2025-12-05

Tags

AI IntegrationAPI GatewayVercelPythonModel Context Protocol