search_cases

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

Convenience search over Sag (cases/bills): finds cases whose Danish title (titel) contains a substring. Sorted by most recently updated. Use this to look up legislation/matters by keyword; for full control use query_entity.

Parameters

NameTypeRequiredDescription
querystringyesSubstring to match in the Danish case title (titel), e.g. “klima”, “skat”, “sundhed”.
topnumbernoMax rows to return (default 20).
skipnumbernoRows to skip for paging.

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026