mcpserverexample
Verified Safeby chatkausik
Overview
Provides a Model Context Protocol (MCP) server that exposes a simple 'add' tool for numerical operations.
Installation
uv run mcp-serverSecurity Notes
The provided source code is minimal and implements a basic 'add' function. No 'eval', 'exec', shell command injection, hardcoded secrets, or obfuscation were found. The security score reflects the simplicity of the logic and the absence of obvious vulnerabilities in the presented code. The underlying 'FastMCP' framework's security is assumed but not audited here.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-server-n8n
Provides a Model Context Protocol (MCP) server for n8n to expose custom tools, starting with a mathematical expression evaluator.
MCP-server
Provides a Model Context Protocol (MCP) server for basic arithmetic operations (add, subtract, multiply, divide).
mcpserver_example
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.