MCP_server
Verified Safeby Cipheeer
Overview
This server provides a set of string manipulation tools as microservices using the FastMCP framework.
Installation
python test.pySecurity Notes
The provided source code for string manipulation tools is simple and does not contain 'eval', 'exec', direct shell commands, or obvious hardcoded secrets. Its overall security largely depends on the underlying 'fastmcp' library and how it handles SSE transport and incoming requests. No apparent malicious patterns within the provided snippet.
Similar Servers
mcp_server_example
This server exposes simple Python functions as API endpoints using the FastMCP framework, providing a demonstration of a microservice.
my-mcp-server
This server exposes an AI-centric microservice API using the MCP protocol, providing tools, resources, and prompt templates.
mcp-server-FastMCP-FastAPI-MCP
The server demonstrates Model Context Protocol (MCP) implementations, providing tools for arithmetic calculations and searching FreeCodeCamp news and YouTube feeds via STDIO and HTTP transports.
MultiServer-Mcp
This project demonstrates a multi-server tooling architecture using the MCP protocol, allowing a client to orchestrate and execute functions provided by separate math and text processing services.