Back to Home
aiscibe-mcp-deployment icon

mcp-e70738e0-c1a2450e-this-is-nhjsjldfjklh

Verified Safe

by aiscibe-mcp-deployment

Overview

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

Installation

Run Command
python app/mcp_server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server constructs API calls using a hardcoded base URL and an 'endpoint' path, which could potentially allow for path traversal or unintended URL manipulation if the 'endpoint' is derived from untrusted AI model output without strict validation. Authentication details for connected APIs are configured within the application, and while currently set to 'none' or empty, these could become a hardcoded secret risk if populated directly in the code rather than through environment variables. No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-02

Tags

AI ToolsAPI IntegrationVercelPythonMCP Server