mcp_server_example
Verified Safeby carlosGalisteo
Overview
This server exposes simple Python functions as API endpoints using the FastMCP framework, providing a demonstration of a microservice.
Installation
mcp-serverSecurity Notes
The provided source code is minimal and implements a simple addition function, which presents no inherent security risks like 'eval', obfuscation, hardcoded secrets, or malicious patterns. The overall security profile would heavily depend on the underlying 'mcp' framework and its implementation, which is not fully detailed here.
Similar Servers
fast_mcp_server_training
A basic demonstration server for exposing a simple arithmetic function as an API endpoint using the FastMCP framework.
my-mcp-server
This server exposes an AI-centric microservice API using the MCP protocol, providing tools, resources, and prompt templates.
mcp-server
This server provides a simple mathematical 'add' tool via the Multi-tool Coordination Protocol (MCP) framework, designed for integration into a larger MCP ecosystem.
MCP_server
This server provides a set of string manipulation tools as microservices using the FastMCP framework.