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
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp_server
Provides a Python server that exposes various external APIs (Microsoft Graph, GitHub, OpenWeatherMap) as tools to be consumed by AI assistants via the Model Context Protocol (MCP).
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.
MCP_Server_Demo
This server acts as a Python template for building Model Context Protocol (MCP) servers that provide tools and resources to AI assistants via Streamable HTTP.