mcp-server-proj4-sse

mcp-server-proj4-sse

3.1

If you are the rightful owner of mcp-server-proj4-sse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is a Python-based FC MCP SSE Server example.

The mcp-server-proj4-sse is a serverless application built using Python, designed to demonstrate the implementation of a Model Context Protocol (MCP) Server-Sent Events (SSE) server. It leverages the FastMCP framework and Starlette ASGI server to provide a high-performance, scalable solution for handling server-sent events. The application is designed to be deployed on Alibaba Cloud's Function Compute service, ensuring seamless integration and scalability. The project includes example endpoints for transforming coordinates between different systems and listing supported coordinate reference systems (CRS). It is recommended to initialize the project using the Serverless Devs tool to ensure all necessary variables are correctly set up.

Features

  • Implements SSE protocol support using FastMCP framework
  • Integrates Starlette high-performance ASGI server
  • Provides example endpoint 'transform-coordinates' for coordinate system conversion
  • Provides example endpoint 'list-supported-crs' to list all supported coordinate systems
  • Supports deployment on Alibaba Cloud Function Compute