test-remote-mcp-server
Verified Safeby Bhanuraj23m0316iitb
Overview
Provides a simple HTTP API for performing basic calculations and retrieving server metadata.
Installation
python main.pySecurity Notes
The server implements simple arithmetic and random number generation via FastMCP. No dynamic code execution, hardcoded secrets, or unusual network risks are present. It binds to 0.0.0.0, which is standard for a server intended to be accessible, but should be considered in deployment.
Similar Servers
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.
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.