Skip to main content
Glama

Hong Kong Open Data MCP Server

Official

list_datasets

Retrieve dataset IDs from Hong Kong's official open data portal to explore available public data resources with customizable language and pagination options.

Instructions

Get a list of dataset IDs from data.gov.hk

Args: limit: Maximum number of datasets to return (default: 1000) offset: Offset of the first dataset to return language: Language code (en, tc, sc)

Input Schema

NameRequiredDescriptionDefault
languageNoen
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null } }, "type": "object" }

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/mcp-open-data-hk/mcp-open-data-hk'

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