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

NameTypeRequiredDescription
titlestringyesSubstring of the indicator title (Swedish), e.g. “arbetslös” or “betyg”.
pageintegernoPage number, 1-based (default 1).
per_pageintegernoResults 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.

Regenerated from source · build June 2, 2026