MCP-MATH-SERVER
Verified Safeby akash-soni
Overview
Provides basic arithmetic operations (addition, subtraction, multiplication) as remote tools via an MCP server, primarily for integration with AI agents.
Installation
fastmcp run main.pySecurity Notes
The server's source code is simple and does not contain obvious security vulnerabilities like `eval`, arbitrary file access, or direct network listening configurations beyond what the `fastmcp` framework provides. Input validation in `_as_number` handles basic type safety. The overall security relies on the `fastmcp` framework itself.
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).
calculator-mcp-server
A Spring Boot server exposing a calculator tool via the Message Communication Protocol (MCP) for AI agent integration.
simple-calculator-mcp-server-v4
A server that provides basic arithmetic calculation functionalities via an API.
mcp-math
Provides a comprehensive set of mathematical operations and functions via a Model Context Protocol (MCP) API.