MCP-server
Verified Safeby Supratik24
Overview
A simple FastMCP server providing name-related operations such as greeting, printing, and formatting names.
Installation
python server.pySecurity Notes
The server code is simple and primarily performs string manipulations. It does not use dangerous functions like 'eval' or 'exec'. No hardcoded secrets or direct network risks were identified within the tool implementations themselves. The 'print_name' tool outputs to the console, which is expected behavior for this utility and does not pose a significant risk in a typical local deployment.
Similar Servers
mcp-server1123
Provides a FastMCP-based server with basic arithmetic tools, dynamic resources, and sophisticated AI prompt generation templates.
test_mcp
Simple MCP server for testing FastMCP connectivity and demonstrating basic tool functionality.
MCP_server
This server provides a set of string manipulation tools as microservices using the FastMCP framework.
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.