mcp-calculator
by quyen-nguyen-270898
Overview
A multi-service server providing calculator functionality and cloud-based music streaming capabilities, primarily for ESP32 devices.
Installation
No command providedSecurity Notes
The `calculator.py` component is described as evaluating 'Python mathematical expressions'. If this uses `eval()` or similar functions on untrusted user input without robust sandboxing, it is a critical Remote Code Execution (RCE) vulnerability. No sandboxing measures are mentioned in the provided README.
Similar Servers
xiaozhi-esp32-server
This project provides a comprehensive backend service for ESP32-based intelligent terminal devices, enabling AI interaction, device control, voice recognition, and managing various smart features through MQTT, Websocket, and custom MCP protocols.
mcp-calculater
A simple web server offering calculation services, intended for deployment on AWS EC2.
calculator-mcp-server
A Spring Boot server exposing a calculator tool via the Message Communication Protocol (MCP) for AI agent integration.
test_mcp_server
A basic server providing arithmetic tools and server information via the FastMCP framework.