get_data

Pack: kolada-se · Endpoint: https://gateway.pipeworx.io/kolada-se/mcp

Read KPI values for a municipality (or region) and year. Provide a kpiId from search_kpi and a

Parameters

NameTypeRequiredDescription
kpiIdstringyesKPI id from search_kpi, e.g. “N15428”.
municipalityIdstringyesMunicipality/region id from list_municipalities, e.g. “0180” (Stockholm).
yearintegeryesFour-digit year, e.g. 2022.

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":"get_data","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