mcpstreamabledeploy
Verified Safeby amritpattnaik
Overview
Exposes a simple Python function as an HTTP-streamable API endpoint using the MCP framework.
Installation
python server.pySecurity Notes
The provided source code is minimal and does not contain any obvious security vulnerabilities such as 'eval', hardcoded secrets, or malicious patterns. The 'greeting' tool is safe.
Similar Servers
mcp_server
This server template provides a foundation for building Model Context Protocol (MCP) servers to integrate with AI assistants and other MCP clients, offering tools for GitHub, Microsoft Graph, weather data, and JWT decoding.
mcp-server-streamable
This server exposes a 'greeting' tool over an HTTP interface using the FastMCP framework, enabling clients or agents to interact with defined functionalities.
MCPStreamable
This server exposes a simple 'greeting' function as an HTTP-streamable microservice using the MCP framework.
MCP_Server_Demo
Provides a Python template for building Model Context Protocol (MCP) servers to integrate AI assistants with custom tools and resources.