mcp-calculater
Verified Safeby alokp07
Overview
A simple web server offering calculation services, intended for deployment on AWS EC2.
Installation
No command providedSecurity Notes
No code provided for a full security audit of `server.py`. A simple calculator server may be vulnerable to input injection or denial-of-service if inputs are not properly sanitized and rate-limited. The README states no environment variables, which is positive for setup simplicity, but internal code could still contain hardcoded secrets. Without the application code, specific risks cannot be identified.
Similar Servers
simple-calculator-mcp-server-v4
A server that provides basic arithmetic calculation functionalities via an API.
simple-calculator-mcp-server-v3
Provides a server-side implementation for basic calculator operations, potentially over a custom message communication protocol.
mcp-server
A simple calculator API server providing basic arithmetic operations, complemented by a Streamlit web user interface.
mcp-server-docker
A Dockerized platform for orchestrating and exposing multiple Python-based Micro-Agent servers (FastMCP tools) through a single Nginx reverse proxy.