mcp-math
Verified Safeby riccardotornesello
Overview
Provides a comprehensive set of mathematical operations and functions via a Model Context Protocol (MCP) API.
Installation
docker run -d -p 8080:8080 riccardotornesello/mcp-math:latestSecurity Notes
The server implements standard mathematical functions using Go's `math` package. There are no indications of dangerous functions (e.g., `eval`, `exec`), hardcoded secrets, or unusual network activity. Input validation is present for potential error conditions like division by zero or empty arrays. The scope is limited to pure mathematical computation, significantly reducing the attack surface.
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).
MCPCalculatorSample
Provides a sample Model Context Protocol (MCP) server with a calculator tool and a dynamic greeting resource, designed for integration with a VS Code Cline agent.
Arithmetic-MCP-Server
Provides an API for performing basic arithmetic operations such as addition, subtraction, multiplication, division, modulus, and power.
mcp-exercise
Provides basic arithmetic operations as a Model Context Protocol (MCP) API server over HTTP.