Skip to main content
Glama

hko-mcp

A Streamable HTTP MCP server for Hong Kong Observatory open data, built with Bun.

Run

bun install
bun run start

The MCP endpoint is:

http://localhost:3000/mcp

Set a custom port with:

PORT=8787 bun run start

Related MCP server: Hefeng QWeather MCP Server

Tools

  • get_weather_information: HKO weather forecast, current report, warnings, warning details, and special weather tips.

  • get_earthquake_information: quick earthquake messages and locally felt earth tremor reports.

  • get_open_data: climate and weather open-data datasets such as tides, sun/moon events, lightning counts, visibility, daily temperatures, and weather/radiation reports.

  • get_lunar_date: Gregorian to lunar date conversion.

  • get_hourly_rainfall: past-hour rainfall from automatic weather stations.

  • list_supported_datasets: dataset codes, languages, and station groups.

Example Requests

{
  "dataType": "rhrread",
  "lang": "en"
}
{
  "dataType": "LTMV",
  "rformat": "json",
  "lang": "en"
}
{
  "date": "2026-06-20"
}

The implementation follows HKO Open Data API documentation version 1.12, dated November 2024.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imjac0b/hko-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server