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.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables access to Hong Kong government's official open data portal (DATA.GOV.HK) through natural language queries. Supports searching datasets, browsing categories, and retrieving detailed information about Hong Kong's public data resources.
    Last updated
    8
    5
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Provides comprehensive weather data including forecasts, air quality, weather alerts, historical data, and astronomical information through the Hefeng Weather API. Supports real-time weather, multi-day forecasts, hourly predictions, and specialized data like sunrise/sunset times and precipitation forecasts.
    Last updated
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides access to Hong Kong Observatory weather data APIs, enabling retrieval of forecasts, earthquake info, tide data, and more via natural language.
    Last updated
    20
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides access to Hong Kong government environment data, including the current Air Quality Health Index (AQHI) from monitoring stations across Hong Kong.
    Last updated
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Search NOAA climate stations and datasets, fetch historical weather observations.

  • Search NOAA CDO stations and datasets, fetch historical weather observations.

  • WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com)

View all MCP Connectors

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