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.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables 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 updated85MIT
- Alicense-qualityBmaintenanceProvides 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 updated2MIT
- AlicenseBqualityDmaintenanceProvides access to Hong Kong Observatory weather data APIs, enabling retrieval of forecasts, earthquake info, tide data, and more via natural language.Last updated202MIT
- Alicense-qualityDmaintenanceProvides access to Hong Kong government environment data, including the current Air Quality Health Index (AQHI) from monitoring stations across Hong Kong.Last updated1MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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