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
test_mcp_server
A basic server providing arithmetic tools and server information via the FastMCP framework.
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-remote-mcp-server
This server provides a simple calculator API for basic arithmetic operations and random number generation.