test-remote-mcp-server
Verified Safeby DharaniKumarLearning
Overview
Provides a simple calculator server with basic arithmetic (addition) and random number generation capabilities via MCP tools.
Installation
python main.pySecurity Notes
The server's code is simple and does not use dangerous functions like 'eval'. It binds to '0.0.0.0' which makes it accessible from any network interface, standard for server deployments, but implies external access if deployed without network restrictions. No hardcoded secrets or malicious patterns were found.
Similar Servers
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
A server providing basic arithmetic and random number generation as API tools.
remote-mcp-server
A remote Model Context Protocol (MCP) server for tracking personal expenses, providing tools to add, list, and summarize financial data.
test_mcp_server
A basic server providing arithmetic tools and server information via the FastMCP framework.