Skip to main content

Hong Kong Education Data MCP Server

GitHub Repository License: MIT

This is an MCP server that provides access to Hong Kong government data related to education and security incidents through a FastMCP interface.

Features

Student Enrolment Data

  • Get student enrolment in primary schools by district and grade in Hong Kong url

Data Source

  • Student enrolment data from Education Bureau

Examples

  • Get student enrolment data by district and grade

Setup

  1. Clone this repository
  2. Install Python dependencies:
    pip install -r requirements.txt
    
  3. Run the server:
    python app.py
    

Running Options

  • Default stdio mode: python app.py
  • SSE mode (port 8000): python app.py --sse

Cline Integration

To connect this MCP server to Cline using stdio:

  1. Add this configuration to your Cline MCP settings (cline_mcp_settings.json):
{
  "hk-education": {
    "disabled": false,
    "timeout": 3,
    "type": "stdio",
    "command": "uvx",
    "args": [
      "hkopenai.hk-education-mcp-server"
    ]
  }
}

Testing

Tests are available in the tests/ directory. Run with:

pytest

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hkopenai_hk_education_mcp_server-0.1.8.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file hkopenai_hk_education_mcp_server-0.1.8.tar.gz.

File metadata

File hashes

Hashes for hkopenai_hk_education_mcp_server-0.1.8.tar.gz
Algorithm Hash digest
SHA256 6a50caa5c08ed915beae2adcd52412596ba544960fe6e3a62e8558140227cae2
MD5 0b1954a85797ac804d65138b1b7d7fa6
BLAKE2b-256 623b81934a87c022e8015b3126d8d02db9705670c48579f69c5f68215b793045

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.8 This release

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page