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
Serves as an AI assistant backend to perform comprehensive statistical analysis, econometric modeling, machine learning, time series analysis, and data science tasks using R through natural language conversations.
ls-mcp
A command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment, including their status, versioning, and potential credential exposures.
chuk-mcp-server
A zero-configuration framework for building high-performance MCP (Model Context Protocol) servers, designed to host tools, resources, and prompts for AI agents (e.g., Claude Desktop). It features automatic cloud detection, multi-server composition, and robust transport options.
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.