hko-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hko-mcpCheck today's weather forecast for Hong Kong."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hko-mcp
A Streamable HTTP MCP server for Hong Kong Observatory open data, built with Bun.
Run
bun install
bun run startThe MCP endpoint is:
http://localhost:3000/mcpSet a custom port with:
PORT=8787 bun run startRelated 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.
This server cannot be installed
Maintenance
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