remote-mcp-server
Verified Safeby iamthite
Overview
Provides basic arithmetic operations and random number generation via a simple API.
Installation
python main.pySecurity Notes
The server's code is minimal and performs only basic, contained operations (addition, random number generation, self-info). There are no external dependencies beyond standard library functions, no file system access, no 'eval' or other dynamic code execution, and no hardcoded secrets. The operations are inherently safe. Running on 0.0.0.0 makes it accessible from all interfaces, which is a standard deployment configuration, but requires proper network isolation in a production environment; however, this is an infrastructure concern, not a code vulnerability.
Similar Servers
small-mcp-server-demos
Provides a secure mathematical expression evaluator and an interface to an external search API, designed for AI agent integration.
simple-calculator-mcp-server-v4
A server that provides basic arithmetic calculation functionalities via an API.
TEST-REMOTE-SERVER
A server providing basic arithmetic and random number generation as API tools.
remote-mcp-servers
This server provides an asynchronous API for tracking and summarizing personal or business expenses, allowing users to add new entries, list them by date range, and summarize spending by category.