censtatd_get_table

Pack: censtatd-hk · Endpoint: https://gateway.pipeworx.io/censtatd-hk/mcp

Fetch a Hong Kong Census & Statistics Department statistical table as structured JSON

Parameters

NameTypeRequiredDescription
idstringyesTable id, e.g. ‘310-31001’ (GDP), ‘340-46001’ (exchange rates).
langstringnoDescription language: en, tc (traditional), sc (simplified). Default en.
paramstringnoOPTIONAL opaque lz-string param copied from the C&SD web_table “API Example” box.

Example call

curl -X POST https://gateway.pipeworx.io/censtatd-hk/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"censtatd_get_table","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "censtatd-hk": {
      "url": "https://gateway.pipeworx.io/censtatd-hk/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026