mcp-exercise
Verified Safeby agaro
Overview
Provides basic arithmetic operations as a Model Context Protocol (MCP) API server over HTTP.
Installation
cd mcp-server && ./run_server.shSecurity 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
chuk-mcp-math-server
Provides a highly configurable, high-performance server for a wide range of mathematical computations via the Mathematical Computation Protocol (MCP).
mcp-server-n8n
Provides a Model Context Protocol (MCP) server for n8n to expose custom tools, starting with a mathematical expression evaluator.
MultiServer-Mcp
This project demonstrates a multi-server tooling architecture using the MCP protocol, allowing a client to orchestrate and execute functions provided by separate math and text processing services.
mcp-math
Provides a comprehensive set of mathematical operations and functions via a Model Context Protocol (MCP) API.