test-remote-mcp-server
Verified Safeby arunkumar-maker
Overview
This server provides a simple calculator API for basic arithmetic operations and random number generation.
Installation
fastmcp run main.py --host 0.0.0.0 --transport http --port 8000Security Notes
The server's source code is simple and performs basic arithmetic and random number generation. There are no obvious signs of 'eval' or similar dangerous functions, obfuscation, or hardcoded secrets. The 'os' module is imported but not utilized, minimizing potential system-level risks. The server binds to 0.0.0.0, which is standard for accessibility but implies it will be reachable from external networks if deployed without proper firewalling. Given its limited functionality, the attack surface is minimal.
Similar Servers
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.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
test-mcp-server
An application for tracking and managing personal or small business expenses, allowing users to add, list, and summarize financial outlays.