Arithmetic-MCP-Server
Verified Safeby Abhijendra
Overview
Provides an API for performing basic arithmetic operations such as addition, subtraction, multiplication, division, modulus, and power.
Installation
python main.pySecurity Notes
The server performs basic arithmetic operations. It explicitly handles type conversion to numbers and includes checks for division by zero. No 'eval', shell commands, or other dangerous functions are used. There are no hardcoded secrets or evident network-specific vulnerabilities beyond standard API exposure. Input handling is robust for its intended numeric purpose.
Similar Servers
mcp_calculator_server
A server that provides an API for basic mathematical calculations.
mcp-math
Provides a comprehensive set of mathematical operations and functions via a Model Context Protocol (MCP) API.
simple-calculator-mcp-server
A backend service providing basic arithmetic calculations through an API interface.
mcp-math-server
This server provides a set of basic mathematical operations (addition, subtraction, multiplication, division, modulus) as tools via the FastMCP framework, intended for integration with AI agents or larger computational platforms.