Back to Home
agaro icon

mcp-exercise

Verified Safe

by agaro

Overview

Provides basic arithmetic operations as a Model Context Protocol (MCP) API server over HTTP.

Installation

Run Command
cd mcp-server && ./run_server.sh

Security Notes

The server code is straightforward, implementing simple arithmetic functions. It includes basic input validation for division by zero. No use of dangerous functions like 'eval' or dynamic code execution was found. The setup scripts are standard bash commands for environment and Docker management. Binding to 0.0.0.0 is common for server applications and not a security flaw itself, though network access should be controlled in production.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-20

Tags

MCPAPIMathServerPython