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
| Name | Type | Required | Description |
|---|---|---|---|
kpiId | string | yes | KPI id from search_kpi, e.g. “N15428”. |
municipalityId | string | yes | Municipality/region id from list_municipalities, e.g. “0180” (Stockholm). |
year | integer | yes | Four-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.