test_mcp
Verified Safeby AlexKidd727
Overview
Simple MCP server for testing FastMCP connectivity and demonstrating basic tool functionality.
Installation
python main.pySecurity Notes
The code is simple and directly implements the advertised functionality without any discernible security risks such as dynamic code execution (e.g., 'eval'), hardcoded credentials, or insecure network operations. Functions are basic arithmetic and string manipulation, posing no inherent threat.
Similar Servers
Expense-tracker-mcp
The server provides an API for tracking and managing personal expenses, allowing users to add, list, delete, update, and query expense records.
mcp-server-demo
This server demonstrates a basic implementation of the Multi-Modal Compute Protocol (MCP) using the FastMCP framework, exposing a simple 'hello' tool over HTTP or standard I/O for agent interaction.
tutto-mcp-server
Implements a Model Context Protocol (MCP) server in Python using FastMCP to expose custom tools and resources for consumption by language models.
mcpRemoteServer-fastmcpLibrary-withoutLangChhain
This project demonstrates how to create a minimal MCP server using the FastMCP library and expose a simple greeting tool.