list_subjects

Pack: dst-dk · Endpoint: https://gateway.pipeworx.io/dst-dk/mcp

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.

Parameters

NameTypeRequiredDescription
subjectsstringnoComma-separated subject id(s) to drill into (e.g. “1”). Omit for the top-level tree.
recursivebooleannoExpand all descendant subjects (default false).
langstringnoLanguage: “en” (default) or “da”.

Example call

curl -X POST https://gateway.pipeworx.io/dst-dk/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_subjects","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dst-dk": {
      "url": "https://gateway.pipeworx.io/dst-dk/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026