Connects Claude to Hong Kong's Census and Statistics Department open data APIs. Part of the Pipeworx gateway ecosystem, which aggregates 697+ data sources into a single MCP interface. You can call individual tools directly or use the ask_pipeworx function to query in plain English and let the gateway route to the appropriate endpoint automatically. Useful when you need Hong Kong demographic, economic, or social statistics in your agent workflows without manually wrangling the C&SD API. The streamable HTTP transport means no local setup required. Can be used standalone or as part of the full Pipeworx gateway for broader data access.
Hong Kong Census and Statistics Department (C&SD) open-data MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 697+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"censtatd-hk": {
"url": "https://gateway.pipeworx.io/censtatd-hk/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 697+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Censtatd Hk data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json