You're viewing a demo portfolio

Join the waitlist
PRSM

censtatd_get_table

Active

Tool of Censtatd Hk

declared in 0.1.0

Fetch a Hong Kong Census & Statistics Department statistical table as structured JSON (time series of {period, sv (measure), svDesc, figure} plus any dimension code/Desc columns). By default returns the FULL series (full_series=1) — reliable and keyless, no encoded param needed. Use this for HK GDP, employment earnings, trade, prices, money/financial-market stats, etc. Table ids look like '310-31001' (GDP) or '340-46001' (exchange rates); find ids with censtatd_search_tables. Optionally pass `param` — the opaque lz-string blob copied from the table's API Example box on censtatd.gov.hk — to fetch a filtered subset instead of the full series (we cannot generate this blob for you).

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Table id, e.g. '310-31001' (GDP), '340-46001' (exchange rates)."
    },
    "lang": {
      "enum": [
        "en",
        "tc",
        "sc"
      ],
      "type": "string",
      "description": "Description language: en, tc (traditional), sc (simplified). Default en."
    },
    "param": {
      "type": "string",
      "description": "OPTIONAL opaque lz-string param copied from the C&SD web_table \"API Example\" box. When provided, full_series is disabled and only the encoded selection is returned. Cannot be hand-constructed; omit it to get the full series."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Censtatd Hk

https://github.com/pipeworx-io/mcp-censtatd-hk

1/7 registries
View full server →