mcp-server
Verified Safeby ramadhyay
Overview
This server provides a simple mathematical 'add' tool via the Multi-tool Coordination Protocol (MCP) framework, designed for integration into a larger MCP ecosystem.
Installation
uvx --from git+https://github.com/ramadhyay/mcp-server.git mcp-serverSecurity Notes
The provided source code is simple and does not contain any obvious security vulnerabilities like 'eval', hardcoded secrets, or malicious patterns. The 'add' function performs a basic arithmetic operation without external dependencies or risky inputs.
Similar Servers
fast_mcp_server_training
A basic demonstration server for exposing a simple arithmetic function as an API endpoint using the FastMCP framework.
mcpserver_example
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.
mcp-math-server
A minimal Model Context Protocol (MCP) server designed to expose basic mathematical tools to AI models.
MCP-server-example
Provides a Micro-Agent Compute Protocol (MCP) server exposing basic arithmetic operations (add, subtract, multiply, divide) as callable tools.