test-remote-server
Verified Safeby HiteshKumarMeghwar
Overview
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
Installation
python main.pySecurity Notes
The server's source code is very simple and performs only basic arithmetic and random number generation. It does not use 'eval' or other dangerous functions, access external resources beyond its direct purpose, or handle sensitive data. No hardcoded secrets or malicious patterns were found. The 'fastmcp' library is used, and assuming its security, the application code itself appears extremely safe.
Similar Servers
test-remote-mcp-server
This server provides a simple calculator API for basic arithmetic operations and random number generation.
test_mcp_server
A basic server providing arithmetic tools and server information via the FastMCP framework.
test-mcp-server
An application for tracking and managing personal or small business expenses, allowing users to add, list, and summarize financial outlays.
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.