mcp_calculator_server
by NaokiTest
Overview
A server that provides an API for basic mathematical calculations.
Installation
No command providedSecurity Notes
Source code was not provided for analysis. A server named 'mcp_calculator_server' inherently carries a significant security risk, as calculator functionality often relies on interpreting arbitrary user-provided mathematical expressions. This frequently involves dangerous functions like `eval()` or `exec()` which, if not meticulously sandboxed, can lead to remote code execution (RCE) or other injection vulnerabilities. Without the source code, it's impossible to verify the safety or presence of robust sanitization and sandboxing mechanisms.
Similar Servers
openwebui-tool-server
Provides a unified API endpoint for various tools (calculator, multiple web search engines, webpage content extraction) that can run in either OpenAPI or MCP (Multi-Modal Communicative Protocol) mode.
Arithmetic-MCP-Server
Provides an API for performing basic arithmetic operations such as addition, subtraction, multiplication, division, modulus, and power.
simple-calculator-mcp-server
A backend service providing basic arithmetic calculations through an API interface.
remote-mcp-server
A remote Model Context Protocol (MCP) server for tracking personal expenses, providing tools to add, list, and summarize financial data.