mcp-server
Verified Safeby econo21c
Overview
An MCP (Multi-tool Communication Protocol) server exposing basic arithmetic operations as callable tools.
Installation
docker build -t mcp-server . && docker run -p 8001:8001 mcp-serverEnvironment Variables
- PORT
Security Notes
The server implements basic arithmetic functions with explicit type hints for inputs. It handles division by zero. There are no 'eval' calls, direct file system interactions, network calls beyond serving its API, or hardcoded secrets. The use of 'os.getenv' for the port is standard practice. The containerization via Docker (implied by smithery.yaml) further enhances isolation. Overall, it appears very safe.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
ls-mcp
Command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment.
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
mcp_tools_server
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.