@pipeworx/cso-ie

Connect: https://gateway.pipeworx.io/cso-ie/mcp · Install: one-click buttons

Tools: 4

Tools

  • list_datasets — Search the CSO catalog of ~12,600 Irish statistics tables. Returns matching tables with their matrix code (e.g. “CPM01”), label, dimensions, and last-updated date. The full catalog is large, so always
  • dataset_metadata — Get the structure of one CSO table by matrix code: its dimensions, the category codes + human labels for each dimension, size, and last-updated date. Use this to discover valid dimension codes before
  • get_dataset — Read a full CSO table as JSON-stat 2.0 (dimensions + flat value array). Some tables are large (the CPI table is ~60k values); use dataset_metadata first to gauge size, or use query_dataset to fetch a
  • query_dataset — Read a FILTERED slice of a CSO table via JSON-RPC. Pass a map of dimension code -> array of category index values to keep (get the dimension codes and category index values from dataset_metadata). Ret

Tools

  • dataset_metadata — Get the structure of one CSO table by matrix code: its dimensions, the category codes + human labels for each dimension, size, and last-updated date. Use this to discover valid dimension codes before
  • get_dataset — Read a full CSO table as JSON-stat 2.0 (dimensions + flat value array). Some tables are large (the CPI table is ~60k values); use dataset_metadata first to gauge size, or use query_dataset to fetch a
  • list_datasets — Search the CSO catalog of ~12,600 Irish statistics tables. Returns matching tables with their matrix code (e.g. CPM01 ), label, dimensions, and last-updated date. The full catalog is large, so always
  • query_dataset — Read a FILTERED slice of a CSO table via JSON-RPC. Pass a map of dimension code -> array of category index values to keep (get the dimension codes and category index values from dataset_metadata). Ret

Regenerated from source · build May 29, 2026