Hong Kong Open Data MCP Server
OfficialRelated Servers
Alternatives to Hong Kong Open Data MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables querying Hong Kong Census and Statistics Department open data via natural language or direct tool calls through the Pipeworx gateway.5 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides access to Hong Kong Monetary Authority public open data via MCP, enabling natural language queries without an API key.3 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search and read Thailand's official open-government data from data.go.th, providing tools to search datasets, retrieve full records, and browse categories without API keys.MIT
- AlicenseNot gradedqualityBmaintenanceEnables querying Hong Kong Government procurement contracts awarded data through natural language, with no API key required.4 npmMIT
- AlicenseAqualityCmaintenanceEnables querying of Hong Kong government data on elderly community care services, such as waiting times and applicant counts.11MIT
- AlicenseBqualityDmaintenanceProvides access to Hong Kong Observatory weather data APIs, enabling retrieval of forecasts, earthquake info, tide data, and more via natural language.202MIT
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: categories, datasets, formats, and search are separate concerns. Overlap between get_datasets_by_format and search_datasets is minimized by specific parameters and descriptions.
All tools follow a consistent verb_noun pattern (get, list, search) with descriptive nouns, all using snake_case. No mixing of conventions or ambiguous verbs.
8 tools is well-scoped for an open data portal, covering essential operations: browsing categories, listing/searching datasets, getting details, and checking formats. Each tool serves a clear purpose without redundancy.
The set covers core CRUD-like operations for dataset discovery. Minor gap: no tool for retrieving resource download URLs or filtering datasets beyond format, but the search and details tools likely include that data.