Back to Home
Hrishikesh-Gaikwad-GG icon

test_remote_MCP_server

Verified Safe

by Hrishikesh-Gaikwad-GG

Overview

Provides a simple calculator and random number generation service via an MCP API.

Installation

Run Command
python main.py

Security 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

Stats

Interest Score0
Security Score10
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-29

Tags

CalculatorRandom NumberFastMCPHTTP ServerMicroservice