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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Substring to match in the Danish case title (titel), e.g. “klima”, “skat”, “sundhed”. |
top | number | no | Max rows to return (default 20). |
skip | number | no | Rows 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.