test_mcp_server
Verified Safeby parn-jain
Overview
A basic server providing arithmetic tools and server information via the FastMCP framework.
Installation
python main.pySecurity Notes
The code is simple and does not contain obvious security vulnerabilities like 'eval', hardcoded secrets, or malicious patterns. Binding to 0.0.0.0 is standard for a server, but exposes it to all network interfaces, requiring proper infrastructure-level security if deployed publicly.
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-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
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
Provides a simple API for basic arithmetic (addition) and random number generation via the FastMCP protocol.