MCP-server-example
Verified Safeby shaik2025
Overview
Provides a Micro-Agent Compute Protocol (MCP) server exposing basic arithmetic operations (add, subtract, multiply, divide) as callable tools.
Installation
python calc.pySecurity Notes
The source code implements simple arithmetic operations without any discernible security risks. There are no uses of 'eval', obfuscation, direct network risks (as it defaults to stdio transport), or hardcoded secrets. The mathematical operations are inherently safe.
Similar Servers
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).
mcpserverexample
Provides a simple arithmetic addition tool as a Micro-Cloud Platform (MCP) server.
mcpserver_example
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.