hk-climate-mcp-server

hkopenai/hk-climate-mcp-server

3.3

If you are the rightful owner of hk-climate-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The HK Climate and Weather MCP Server provides access to climate and weather data for Hong Kong through a FastMCP interface.

The HK Climate and Weather MCP Server is a robust platform designed to deliver comprehensive climate and weather data for Hong Kong. Utilizing the FastMCP interface, this server integrates data from the Hong Kong Observatory to offer real-time weather observations, forecasts, and warnings. Users can access a variety of weather-related information, including current conditions, extended forecasts, and special weather tips. The server also provides detailed data on visibility, lightning, moon phases, tides, and radiation levels. With support for multiple languages, the server ensures accessibility for a diverse user base. The server is easy to set up and can be integrated with other platforms using standard input/output or server-sent events (SSE).

Features

  • Current weather observations and warnings
  • 9-day weather forecast with detailed daily insights
  • Local weather forecast with short-term outlook
  • Weather warnings and special safety tips
  • Detailed visibility and lightning data

Usages

usage with cline

{
  "hko-server": {
    "disabled": false,
    "timeout": 3,
    "type": "stdio",
    "command": "python",
    "args": [
      "-m",
      "hkopenai.hk_climate_mcp_server"
    ]
  }
}