Back to Home
ElliotCambo icon

zego-ai-platform-mcp-server

Verified Safe

by ElliotCambo

Overview

A lightweight FastAPI server acting as a central control plane (MCP) to define, list, and mock calls to various tools and resources, configured via environment variables.

Installation

Run Command
python mcp_server.py

Environment Variables

  • MCP_CONFIG
  • PORT
  • HOST

Security Notes

The current implementation is relatively safe as it primarily mocks tool calls. No 'eval' or direct command injection vectors are present in the provided code. No hardcoded secrets. The primary security consideration for future development is how the 'actual API calls' mentioned in the `call_tool` endpoint will be implemented. If tool definitions or user-supplied arguments are used directly to make external calls without proper sanitization or validation, it could introduce risks (e.g., SSRF, command injection, arbitrary code execution if the 'tool' itself is a script). However, based purely on the provided, mock-focused code, it is generally safe.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-17

Tags

API GatewayTool OrchestrationFastAPIMicroservicePython