hkopenai/hk-education-mcp-server
If you are the rightful owner of hk-education-mcp-server 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.
The Hong Kong Education Data MCP Server provides access to government data related to education and security incidents in Hong Kong through a FastMCP interface.
The Hong Kong Education Data MCP Server is a specialized server designed to facilitate access to educational data provided by the Hong Kong government. This server utilizes the FastMCP interface to deliver data efficiently and securely. It primarily focuses on student enrolment data in primary schools across various districts and grades in Hong Kong. By leveraging this server, users can easily retrieve and analyze educational data, which can be instrumental for research, policy-making, and educational planning. The server is built with Python and can be run in different modes, including a default stdio mode and an SSE mode for streaming data. It is designed to integrate seamlessly with Cline, a command-line interface for MCP servers, allowing users to configure and connect to the server effortlessly. The server is open-source and licensed under the MIT License, encouraging collaboration and further development by the community.
Features
- Access to student enrolment data in primary schools by district and grade.
- Integration with Cline for easy command-line access.
- Support for different running modes, including stdio and SSE.
- Open-source with MIT License for community collaboration.
- Python-based server for easy setup and customization.
Usages
usage with Cline
{ "hk-education": { "disabled": false, "timeout": 3, "type": "stdio", "command": "uvx", "args": [ "hkopenai.hk-education-mcp-server" ] } }