mcp-server1123
Verified Safeby dyl104
Overview
Provides a FastMCP-based server with basic arithmetic tools, dynamic resources, and sophisticated AI prompt generation templates.
Installation
python main.pySecurity Notes
The provided source code for `main.py` does not contain obvious security vulnerabilities such as `eval`, hardcoded credentials, or risky file operations. The server exposes tools and prompts, and their safety depends on the inputs provided to them and the underlying `mcp` framework. Input validation for `name`, `task`, `raw_prompt`, etc., is implicit to the tool/prompt function signatures and not explicitly shown, but typically handled by the framework.
Similar Servers
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
mcp-skeleton
A generic template for building Model Context Protocol (MCP) servers to expose custom business logic as tools for AI models and clients.
hackaton-mcp-server
A production-ready template for developing Model Context Protocol (MCP) servers, enabling AI agents to use specialized tools for arithmetic, code review prompt generation, resource handling, and backend service querying, with integrated Slack bot support via Keycloak OAuth.
simple_mcp_server
This server exposes Python functions as an API using FastMCP, primarily intended for LLM function calling to integrate custom tools with AI models.