Back to Home
PROGRAMER122223 icon

MCP-server

Verified Safe

by PROGRAMER122223

Overview

Provides a Model Context Protocol (MCP) server for basic arithmetic operations (add, subtract, multiply, divide).

Installation

Run Command
mcp dev calc.py

Security Notes

The server uses basic arithmetic operations and local file reads (for the `swiggy-mcp1` part). No direct use of `eval()` or `exec()` is observed. The file reading in `swiggy-mcp1/customercare.py` uses fixed filenames or a parameter that is not used to construct the file path, mitigating direct path traversal risks. The `calc_mcp/calc.py` server does not involve file I/O or external network calls beyond the MCP protocol itself. Overall, the direct source code provided appears to be reasonably secure for its stated purpose.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-12-15

Tags

MCP ServerArithmeticPythonAPI