search_kpi
Pack: kolada-se · Endpoint: https://gateway.pipeworx.io/kolada-se/mcp
Find Kolada KPI (indicator) ids by title substring (Swedish). Searches ~5,000 indicators
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
title | string | yes | Substring of the indicator title (Swedish), e.g. “arbetslös” or “betyg”. |
page | integer | no | Page number, 1-based (default 1). |
per_page | integer | no | Results per page (default 30). |
Example call
curl -X POST https://gateway.pipeworx.io/kolada-se/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_kpi","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"kolada-se": {
"url": "https://gateway.pipeworx.io/kolada-se/mcp"
}
}
}
See Getting Started for client-specific install steps.