Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hko

БесплатноНе проверен

Provides tools to access Hong Kong Observatory open data, including weather forecasts, earthquake reports, climate datasets, lunar date conversion, and hourly r

GitHubEmbed

Описание

Provides tools to access Hong Kong Observatory open data, including weather forecasts, earthquake reports, climate datasets, lunar date conversion, and hourly rainfall.

README

A Streamable HTTP MCP server for Hong Kong Observatory open data, built with Bun.

Run

bun install
bun run start

The MCP endpoint is:

http://localhost:3000/mcp

Set a custom port with:

PORT=8787 bun run start

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.

from github.com/imjac0b/hko-mcp

Установка Hko

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/imjac0b/hko-mcp

FAQ

Hko MCP бесплатный?

Да, Hko MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hko?

Нет, Hko работает без API-ключей и переменных окружения.

Hko — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Hko в Claude Desktop, Claude Code или Cursor?

Открой Hko на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hko with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development