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_MCP_server
Provides a simple calculator and random number generation service via an MCP API.
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.
MCP_expense_tracer_remort
Provides basic mathematical operations through an MCP server.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.