MCP_Server
Verified Safeby bhingarekiran29-aiQA
Overview
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).
Installation
python C:\Users\Lenovo\Downloads\MCP_Server\simple-calculator.pySecurity Notes
The core server logic in `simple-calculator.py` is robust against common injection attacks due to explicit integer type casting for all inputs. The overall security largely depends on the `mcp.server.fastmcp` framework, whose source is not provided in this excerpt. No obvious hardcoded secrets or direct malicious patterns were found in the provided server application code.
Similar Servers
MCP-server-example
Provides a Micro-Agent Compute Protocol (MCP) server exposing basic arithmetic operations (add, subtract, multiply, divide) as callable tools.
mcpserverexample
Provides a simple arithmetic addition tool as a Micro-Cloud Platform (MCP) server.
MCP-server
Provides a Model Context Protocol (MCP) server for basic arithmetic operations (add, subtract, multiply, divide).
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.