mcpserver_example
Verified Safeby CyprianFusi
Overview
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.
Installation
uvx --from git+https://github.com/CyprianFusi/mcpserver_example.git mcp-serverSecurity Notes
The server code is minimal, implementing only a basic integer addition function. No direct security risks like `eval`, `exec`, or network-related vulnerabilities were found within the provided source. Security largely depends on the underlying 'mcp' framework and the deployment environment.
Similar Servers
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.
mcpserverexample
Provides a Model Context Protocol (MCP) server that exposes a simple 'add' tool for numerical operations.
mcp-math-server
A minimal Model Context Protocol (MCP) server designed to expose basic mathematical tools to AI models.