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).
mcpserver_example
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.
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.
mcp-server
This server provides a simple mathematical 'add' tool via the Multi-tool Coordination Protocol (MCP) framework, designed for integration into a larger MCP ecosystem.