Skip to main content
Glama
hkopenai

HK Climate and Weather MCP Server

by hkopenai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoWhen TRANSPORT_MODE is sse, specifies the host to bind the server to. Defaults to 127.0.0.1.127.0.0.1
PORTNoWhen TRANSPORT_MODE is sse, specifies the port to run the server on. Defaults to 8000.8000
TRANSPORT_MODENoSet to 'sse' to run the server in SSE mode. If not set, defaults to stdio mode.stdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_weatherB

Get current weather data, warnings, temp, humidity in HK from HKO.

get_9_day_weather_forecastB

Get 9-day weather forecast for HK with general situation, daily data.

get_local_weather_forecastC

Get local weather forecast for HK with description, outlook, update.

get_lightning_dataB

Get cloud-to-ground and cloud-to-cloud lightning count data

get_weather_radiation_reportC

Get weather, radiation report for HK. Date must be YYYYMMDD.

get_radiation_station_codesA

Get list of weather station codes and names for radiation reports in HK.

get_daily_mean_temperatureB

Get daily mean temperature data for a specific station in Hong Kong

get_daily_max_temperatureC

Get daily maximum temperature data for a specific station in Hong Kong

get_daily_min_temperatureB

Get daily minimum temperature data for a specific station in Hong Kong

get_hourly_tidesB

Get hourly heights of astronomical tides for a station in HK.

get_tide_station_codesB

Get list of tide station codes and names for tide reports in HK.

get_high_low_tidesC

Get times, heights of astronomical high/low tides for a station in HK.

get_visibilityA

Get latest 10-minute mean visibility data for Hong Kong

get_weather_warning_summaryC

Get weather warning summary for HK with messages and update.

get_weather_warning_infoC

Get detailed weather warning info for HK with statement and update.

get_special_weather_tipsC

Get special weather tips for Hong Kong including tips list and update.

get_moon_timesC

Get times of moonrise, moon transit and moonset

get_sunrise_sunset_timesB

Get times of sunrise, sun transit and sunset for Hong Kong

get_gregorian_lunar_calendarC

Get Gregorian-Lunar calendar conversion data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/hkopenai/hk-climate-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server