Skip to main content
Glama

Hong Kong Open Data MCP Server

Official

search_datasets

Find datasets from Hong Kong's open data portal by searching titles, descriptions, and metadata. Use keywords to discover relevant public data resources for analysis and research.

Instructions

Search for datasets by query term using the package_search API.

This function searches across dataset titles, descriptions, and other metadata to find datasets matching the query term.

Args: query: The solr query string (e.g., "transport", "weather", ":" for all) limit: Maximum number of datasets to return (default: 10, max: 1000) offset: Offset for pagination language: Language code (en, tc, sc)

Returns: A dictionary containing: - count: Total number of matching datasets - results: List of matching datasets (up to limit) - has_more: Boolean indicating if there are more results available

Input Schema

NameRequiredDescriptionDefault
languageNoen
limitNo
offsetNo
queryNo*:*

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "type": "string" }, "limit": { "default": 10, "type": "integer" }, "offset": { "default": 0, "type": "integer" }, "query": { "default": "*:*", "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