simple-calculator-mcp-server-v4
by NaokiTest
Overview
A server that provides basic arithmetic calculation functionalities via an API.
Installation
No command providedSecurity Notes
The source code for 'simple-calculator-mcp-server-v4' was not provided for analysis. Therefore, a comprehensive security audit for 'eval', obfuscation, hardcoded secrets, network risks, or malicious patterns could not be performed. The score reflects an unknown risk profile, as any server handling user input (even for calculations) could be vulnerable to injection or denial-of-service if not implemented with robust input validation and resource management. It is not safe to run without a thorough code review.
Similar Servers
calculator-mcp-server
A Spring Boot server exposing a calculator tool via the Message Communication Protocol (MCP) for AI agent integration.
simple-calculator-mcp-server-v3
Provides a server-side implementation for basic calculator operations, potentially over a custom message communication protocol.
mcp-server
A simple calculator API server providing basic arithmetic operations, complemented by a Streamlit web user interface.
remote-mcp-server
Provides basic arithmetic operations and random number generation via a simple API.