test-remote-mcp-server
Verified Safeby CYBERTESLA
Overview
A simple microservice providing basic arithmetic and random number generation tools via the FastMCP protocol.
Installation
python main.pySecurity Notes
The server's source code is very simple and performs basic, isolated mathematical operations. It does not use 'eval' or similar dangerous functions, access files, or expose any known vulnerabilities. There are no hardcoded secrets found in the provided code. The server binds to '0.0.0.0' which is common but means it's accessible externally if not firewalled.
Similar Servers
test-remote-mcp-server
Provides a simple calculator server with basic arithmetic (addition) and random number generation capabilities via MCP tools.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
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.