Back to Home
aiscibe-mcp-deployment icon

mcp-e70738e0-808ea82c-nklsdfjk

Verified Safe

by aiscibe-mcp-deployment

Overview

This server acts as a Model Context Protocol (MCP) gateway, exposing configured external APIs as tools for consumption by AI models like Claude.

Installation

Run Command
python app/mcp_server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server uses `CORSMiddleware` with `allow_origins=["*"]`, which permits requests from any origin. While common for public-facing API gateways, it should be noted. The `call_api` function dynamically constructs API requests. Although the base URL for `API_CONNECTIONS` is hardcoded to a specific domain, if the `endpoint` parameter to `call_api` is directly derived from untrusted AI model input without sanitization or validation, it could potentially lead to SSRF (Server-Side Request Forgery) vulnerabilities. No explicit `eval` or other dangerous patterns are present. API keys are expected via environment variables, which is good practice.

Similar Servers

Stats

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

Tags

MCP ServerAI ToolsAPI GatewayVercelPython