censtatd_search_tables

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

Search the Hong Kong C&SD table catalogue by keyword (e.g. ‘exchange rates’, ‘unemployment’,

Parameters

NameTypeRequiredDescription
querystringyesKeywords, e.g. ‘exchange rates’ or ‘employment earnings’.
limitnumbernoMax results (default 20, max 50).

Example call

Arguments

{
  "query": "exchange rates"
}

curl

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_search_tables","arguments":{"query":"exchange rates"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('censtatd_search_tables', {
  "query": "exchange rates"
});

More examples

{
  "query": "employment earnings",
  "limit": 10
}

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 September 1, 2026