Back to Home
Q07K icon

api-execute-mcp-server

Verified Safe

by Q07K

Overview

Initializes an API server using the FastMCP framework for Multi-Agent Communication Protocol (MCP) related functionalities.

Installation

Run Command
python -m uvicorn src.server:app --host 0.0.0.0 --port 8000

Security Notes

The provided source code is minimal, only initializing the FastMCP server with no evident malicious patterns, hardcoded secrets, or dangerous functions like 'eval'. Potential security risks would reside within the 'mcp' framework itself, which is an external dependency, or in subsequent API endpoint implementations not shown here.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-18

Tags

API ServerMCPPythonFastMCPBackend