Back to Home

xzmcp

by TrBaPhong

Overview

This project implements a Model Context Protocol (MCP) server that allows AI models to interact with external tools and services through a unified interface.

Installation

Run Command
python mcp_pipe.py

Environment Variables

  • MCP_ENDPOINT
  • MCP_CONFIG

Security Notes

The 'calculator.py' file uses 'eval()' which is a significant security risk as it allows arbitrary code execution. While it's intended for a limited scope (math/random), it's still a vulnerability if the input is not strictly controlled. The use of an API key for CoinMarketCap is present but hardcoded in 'getcryptoprice.py', which is not ideal for production environments. Network communication via WebSockets also carries inherent risks if not properly secured.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-21

Tags

AI IntegrationToolingRPCExtensibilityWebSocket