@pipeworx/dst-dk
Connect: https://gateway.pipeworx.io/dst-dk/mcp · Install: one-click buttons
Tools: 4
Tools
- list_subjects — Browse the Statistics Denmark subject tree (People, Labour, Economy, Business, Environment, …). Pass a subject id to drill into its children; set recursive to expand the whole subtree.
- list_tables — List/search available tables. Filter by subject id, free-text search, or recently-updated tables. Returns table ids (use with table_info / get_data), titles, period range, and variable names.
- table_info — Metadata for a table: title, unit, last updated, and the full list of variables with their codes and valid value ids. READ THIS BEFORE get_data to learn the exact variable codes (e.g. “OMRÅDE”, “Tid”)
- get_data — Pull data from a table. Provide tableId and a “variables” map of {variableCode: valueOrValues}, using codes/ids from table_info. Each value may be a single id, an array of ids, or ”*” for all. Omitted
Tools
-
get_data— Pull data from a table. Provide tableId and a variables map of {variableCode: valueOrValues}, using codes/ids from table_info. Each value may be a single id, an array of ids, or * for all. Omitted var -
list_subjects— Browse the Statistics Denmark subject tree (People, Labour, Economy, Business, Environment, ...). Pass a subject id to drill into its children; set recursive to expand the whole subtree. -
list_tables— List/search available tables. Filter by subject id, free-text search, or recently-updated tables. Returns table ids (use with table_info / get_data), titles, period range, and variable names. -
table_info— Metadata for a table: title, unit, last updated, and the full list of variables with their codes and valid value ids. READ THIS BEFORE get_data to learn the exact variable codes (e.g. OMRÅDE , Tid ) a