MCPStreamable
Verified Safeby DavidMFresneda
Overview
This server exposes a simple 'greeting' function as an HTTP-streamable microservice using the MCP framework.
Installation
python server.pySecurity Notes
The provided code snippet does not contain any obvious security vulnerabilities like 'eval', hardcoded secrets, or malicious patterns. Security relies heavily on the underlying 'mcp' framework and its handling of the 'streamable-http' transport.
Similar Servers
mcpstreamabledeploy
Exposes a simple Python function as an HTTP-streamable API endpoint using the MCP framework.
mcp_server_example
This server exposes simple Python functions as API endpoints using the FastMCP framework, providing a demonstration of a microservice.
fast_mcp_server_training
A basic demonstration server for exposing a simple arithmetic function as an API endpoint using the FastMCP framework.
mcp-server-ch5
This server demonstrates a basic Model Context Protocol (MCP) server exposing simple utility tools (greeting, arithmetic, server info) over standard I/O (stdio).