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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keywords, e.g. ‘exchange rates’ or ‘employment earnings’. |
limit | number | no | Max results (default 20, max 50). |
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_search_tables","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.