simple-calculator-mcp-server-v3
by NaokiTest
Overview
Provides a server-side implementation for basic calculator operations, potentially over a custom message communication protocol.
Installation
No command providedSecurity Notes
Without access to the source code, a comprehensive security audit is impossible. Cannot check for specific vulnerabilities like 'eval' usage, obfuscation, hardcoded secrets, or malicious patterns. Any network risks associated with running a server cannot be assessed.
Similar Servers
simple-calculator-mcp-server-v2
Provides an API server for simple arithmetic calculations, intended for multi-client access.
simple-calculator-mcp-server-v4
A server that provides basic arithmetic calculation functionalities via an API.
calculator-mcp-server
A Spring Boot server exposing a calculator tool via the Message Communication Protocol (MCP) for AI agent integration.
mcp-server
A simple calculator API server providing basic arithmetic operations, complemented by a Streamlit web user interface.