Back to Home
econo21c icon

mcp-server

Verified Safe

by econo21c

Overview

An MCP (Multi-tool Communication Protocol) server exposing basic arithmetic operations as callable tools.

Installation

Run Command
docker build -t mcp-server . && docker run -p 8001:8001 mcp-server

Environment Variables

  • PORT

Security Notes

The server implements basic arithmetic functions with explicit type hints for inputs. It handles division by zero. There are no 'eval' calls, direct file system interactions, network calls beyond serving its API, or hardcoded secrets. The use of 'os.getenv' for the port is standard practice. The containerization via Docker (implied by smithery.yaml) further enhances isolation. Overall, it appears very safe.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-27

Tags

PythonMCPAPIArithmeticContainer