censtatd_table_info

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

Get metadata for a Hong Kong C&SD statistical table without pulling the data: title, footnotes

Parameters

NameTypeRequiredDescription
idstringyesTable id, e.g. ‘310-31001’.
langstringnoLanguage. Default en.

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_table_info","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