test_remote_MCP_server
Verified Safeby Hrishikesh-Gaikwad-GG
Overview
Provides a simple calculator and random number generation service via an MCP API.
Installation
python main.pySecurity Notes
The provided source code is simple and does not contain any obvious security vulnerabilities like 'eval', 'exec', hardcoded secrets, or unvalidated external input processing. The exposed functions ('add', 'random_number', 'server_info') handle only basic integer inputs or return static/generated data, minimizing attack surface. No external dependencies beyond the standard library and FastMCP are used in a way that introduces obvious risk.
Similar Servers
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.
mcp-server-test
This server provides a simple Micro-service Control Protocol (MCP) interface for basic arithmetic and random number generation.
MCP_Server
Provides a microservice for basic arithmetic operations (addition, subtraction, multiplication, division), intended to be consumed by other systems or agents via the Microservice Communication Protocol (MCP).