Skip to main content
Glama

Hong Kong Open Data MCP Server

Official

list_categories

Browse and filter available data categories from Hong Kong's open government data portal to organize and access relevant datasets.

Instructions

Get a list of data categories (groups)

Args: order_by: Field to sort by ('name' or 'packages') - deprecated, use sort instead sort: Sorting of results ('name asc', 'package_count desc', etc.) limit: Maximum number of categories to return offset: Offset for pagination all_fields: Return full group dictionaries instead of just names language: Language code (en, tc, sc)

Input Schema

NameRequiredDescriptionDefault
all_fieldsNo
languageNoen
limitNo
offsetNo
order_byNoname
sortNotitle asc

Input Schema (JSON Schema)

{ "properties": { "all_fields": { "default": false, "type": "boolean" }, "language": { "default": "en", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "order_by": { "default": "name", "type": "string" }, "sort": { "default": "title asc", "type": "string" } }, "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