mcp-math-server
Verified Safeby Rohit2332000
Overview
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.
Installation
python main.pySecurity Notes
The code is minimal and straightforward, implementing basic arithmetic operations. The `_as_number` utility robustly handles type conversion from integers, floats, or numeric strings without introducing any execution risks (e.g., no `eval`). There are no hardcoded secrets, network vulnerabilities, or other dangerous patterns present in the provided source.
Similar Servers
test_mcp_server
A basic server providing arithmetic tools and server information via the FastMCP framework.
MCP-server-example
Provides a Micro-Agent Compute Protocol (MCP) server exposing basic arithmetic operations (add, subtract, multiply, divide) as callable tools.
MCP_Server
Provides a microservice for basic arithmetic operations (addition, subtraction, multiplication, division), intended to be consumed by other systems or agents via the Microservice Communication Protocol (MCP).
MCP-server
Provides a Model Context Protocol (MCP) server for basic arithmetic operations (add, subtract, multiply, divide).