mcpserverexample
Verified Safeby shuvranko
Overview
Provides a simple arithmetic addition tool as a Micro-Cloud Platform (MCP) server.
Installation
uvx --from git+https://github.com/shuvranko/mcpserverexample.git mcp-serverSecurity Notes
The provided code is minimal and does not contain any obvious malicious patterns, dynamic code execution (like eval), or hardcoded secrets. The core functionality is a basic arithmetic operation. Security largely relies on the underlying 'mcp' framework.
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-example
Provides a Micro-Agent Compute Protocol (MCP) server exposing basic arithmetic operations (add, subtract, multiply, divide) as callable tools.
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.
mcpserver_example
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.