simple-calculator-mcp-server
by NaokiTest
Overview
A backend service providing basic arithmetic calculations through an API interface.
Installation
No command providedSecurity Notes
A thorough security audit is impossible without the source code. Based solely on the project name 'simple-calculator-mcp-server', common risks for a server of this type include improper input validation, which could lead to denial-of-service or unexpected behavior. No indicators for 'eval', obfuscation, hardcoded secrets, or malicious patterns can be identified without the actual code.
Similar Servers
mcp_calculator_server
A server that provides an API for basic mathematical calculations.
Arithmetic-MCP-Server
Provides an API for performing basic arithmetic operations such as addition, subtraction, multiplication, division, modulus, and power.
simple-calculator-mcp-server-v3
Provides a server-side implementation for basic calculator operations, potentially over a custom message communication protocol.
mcp_calculator
A beginner-friendly Model Context Protocol (MCP) server exposing a simple calculator tool (add, subtract, multiply, divide) over WebSocket using FastAPI.