Loading...

The mcp-hko server provides read-only access to Hong Kong Observatory weather data via various tools, including forecasts, warnings, and historical data.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The mcp-hko server provides read-only access to Hong Kong Observatory weather data via various tools, including forecasts, warnings, and historical data.
This MCP server is generally safe due to its read-only nature and limited scope. Risks are primarily related to the reliability and security of the external Hong Kong Observatory APIs. It is safe to use as long as the external APIs are trusted and the server's logs are properly secured.
Performance is primarily limited by the response times of the external Hong Kong Observatory APIs. Caching mechanisms may improve performance for frequently accessed data.
Cost is primarily related to the resources required to run the MCP server. There are no direct API costs associated with the Hong Kong Observatory data.
npm install
```{
"mcpServers": {
"mcp-hko": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:louiscklaw/mcp-hko"
]
}
}
}fndRetrieves the 9-day weather forecast.
Read-only access to forecast data.
rhrreadProvides the current weather report.
Read-only access to current weather data.
flwReturns the local weather forecast.
Read-only access to local forecast data.
warningInfoProvides weather warning information.
Read-only access to weather warning data.
warnsumSummarizes current weather warnings.
Read-only access to weather warning summaries.
swtOffers special weather tips.
Read-only access to weather tips.
qemDelivers quick earthquake messages.
Read-only access to earthquake data.
feltearthquakeReports locally felt earth tremors.
Read-only access to earthquake reports.
HHOTProvides tide information.
Read-only access to tide data.
HLTProvides tide information.
Read-only access to tide data.
SRSReturns sunrise and sunset data.
Read-only access to astronomical data.
lunardateProvides the lunar date.
Read-only access to lunar calendar data.
LHLProvides lightning data.
Read-only access to lightning data.
LTMVProvides visibility data.
Read-only access to visibility data.
CLMTEMPProvides temperature records.
Read-only access to temperature data.
CLMMAXTProvides maximum temperature records.
Read-only access to maximum temperature data.
CLMMINTProvides minimum temperature records.
Read-only access to minimum temperature data.
RYESReports radiation levels.
Read-only access to radiation level data.
hourlyrainfallProvides hourly rainfall data.
Read-only access to rainfall data.
None
local
This MCP server is generally safe due to its read-only nature and limited scope. Risks are primarily related to the reliability and security of the external Hong Kong Observatory APIs. It is safe to use as long as the external APIs are trusted and the server's logs are properly secured.
This server only supports read operations, so autonomy is limited to data retrieval. No destructive actions are possible.
Production Tip
Monitor the availability and response times of the external Hong Kong Observatory APIs to ensure the reliability of the MCP server.
This MCP server retrieves data from the Hong Kong Observatory weather data APIs.
No, authentication is not required. The server provides read-only access to public data.
The server provides access to forecasts, current conditions, warnings, earthquake information, tide data, and more.
The update frequency depends on the Hong Kong Observatory APIs. Some data is near real-time, while others are updated periodically.
No, this server only provides read-only access to weather data. It cannot be used to control external devices.
The MCP server will be unable to retrieve weather data, and errors may occur.
Rate limits may be imposed by the Hong Kong Observatory APIs. It is recommended to implement caching and avoid excessive requests.