A minimal reference implementation of an MCP server that responds with "Hello, World" via Streamable HTTP. Serves as a baseline for integration testing and MCP client development with production-ready features including health checks, metrics, and containerized deployment.
A minimal MCP server template for Python with Streamable HTTP transport, bearer token authentication, and a health check endpoint, designed for one-click deployment on Render.
Enables deploying a minimal MCP server on Render with Streamable HTTP transport, bearer-token authentication, a health check endpoint, and a sample tool.
A minimal Python MCP server template with Streamable HTTP transport, bearer token authentication, and a health check endpoint. It provides a starting point for adding custom tools and deploying to Render.
A universal MCP server for registering internal, external, and OpenAPI-based APIs as MCP tools. It exposes them to MCP clients via Streamable HTTP and provides admin portal, RBAC/session auth, credential injection, and audit logging.