Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kolada MCP Server

NPM · KOLADA-MCP-SERVER · 3 COMPONENTS · SCANNED SEP 21

Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.

+2 this week 86 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 48 of 153 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency47
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 296 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2280 tokens (~95/item across 24 items; 21 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 21 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Kolada MCP Server server?

Kolada MCP Server runs locally as an npm package, launched with npx -y kolada-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · kolada-mcp-server

# add to Claude Code
claude mcp add isakskogstad-kolada-mcp -- npx -y kolada-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "isakskogstad-kolada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "isakskogstad-kolada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add isakskogstad-kolada-mcp -- npx -y kolada-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "isakskogstad-kolada-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kolada-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add isakskogstad-kolada-mcp --command npx --arg -y --arg kolada-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  isakskogstad-kolada-mcp:
    command: "npx"
    args: ["-y", "kolada-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "isakskogstad-kolada-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add isakskogstad-kolada-mcp -t stdio -c npx -a -y kolada-mcp-server
// mcp.json
{
  "mcpServers": {
    "isakskogstad-kolada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1
    • Security disclosure: unverified → pass functional
  • 19 Sept 26 0
    • Security disclosure: pass → unverified functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −2
    • CVE-2026-82417 no longer affects this package security
    • CVE-2026-82562 no longer affects this package security
    • Known CVEs: fail → pass security
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/kolada-mcp-server@2.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 153 packages
Packages resolved 153
Stale 48
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 21 exposed · ~2,234 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_kpi_across_municipalities ~182

Analysera ett KPI över alla kommuner med statistik (min, max, medel, median) och rankning. Visar toppkommuner och bottenkommuner. Perfekt för benchmarking och jämförelser.

NameTypeReqDescription
bottom_nnumberAntal bottenprestanda att visa (standard: 10)
genderstringKön: T=Totalt, M=Män, K=Kvinnor
kpi_idstringyesKPI-ID att analysera (t.ex. "N15033")
municipality_typestringKommuntyp: K=Kommun, L=Region, all=alla
top_nnumberAntal topprankade att visa (standard: 10)
yearnumberyesÅr att analysera

No output schema declared.

No examples provided.

compare_kpis ~168

Beräkna Pearson-korrelation mellan två KPIs för att se om det finns samband. T.ex. korrelation mellan lärartäthet och skolresultat. Värden nära 1 = starkt positivt samband, nära -1 = starkt negativt, nära 0 = inget samband.

NameTypeReqDescription
genderstringKön: T=Totalt, M=Män, K=Kvinnor
kpi_id_1stringyesFörsta KPI-ID för korrelationsanalys
kpi_id_2stringyesAndra KPI-ID för korrelationsanalys
municipality_typestringKommuntyp: K=Kommun, L=Region, all=alla
yearnumberyesÅr att analysera

No output schema declared.

No examples provided.

compare_municipalities ~135

Jämför ett specifikt nyckeltal över flera kommuner för angivna år. Utmärkt för benchmarking. Stöder könsfiltrering (T/M/K).

NameTypeReqDescription
genderstringKönsfilter: T=Totalt, M=Män, K=Kvinnor, all=visa alla
kpi_idstringyesKPI-ID att jämföra
municipality_idsarrayyesLista med kommun-ID:n att jämföra (2-10 kommuner)
yearsarraySpecifika år att inkludera i jämförelsen

No output schema declared.

No examples provided.

filter_municipalities_by_kpi ~188

Filtrera kommuner baserat på KPI-tröskelvärde. Hitta t.ex. alla kommuner där lärartäthet > 12 eller arbetslöshet < 5%. Användbart för att identifiera kommuner som uppfyller specifika kriterier.

NameTypeReqDescription
genderstringKön: T=Totalt, M=Män, K=Kvinnor
kpi_idstringyesKPI-ID att filtrera på
municipality_typestringKommuntyp: K=Kommun, L=Region, all=alla
operatorstringyesOperator: gt (>), lt (<), gte (>=), lte (<=), eq (=)
thresholdnumberyesTröskelvärde för filtrering
yearnumberyesÅr att analysera

No output schema declared.

No examples provided.

get_kpi ~65

Hämta detaljerad information om ett specifikt nyckeltal (KPI) via dess ID. Returnerar fullständig metadata inklusive publiceringsdatum och könsuppdelning.

NameTypeReqDescription
kpi_idstringyesKPI-ID (t.ex. "N15033")

No output schema declared.

No examples provided.

get_kpi_data ~177

Hämta faktiska KPI-datavärden för specifika kommuner eller organisationsenheter. Kan filtrera efter år och kön (T=Totalt, M=Män, K=Kvinnor).

NameTypeReqDescription
genderstringKönsfilter: T=Totalt, M=Män, K=Kvinnor, all=visa alla
kpi_idstringyesKPI-ID för att hämta data
municipality_idstringKommun-ID (använd detta ELLER ou_id, inte båda)
ou_idstringOrganisationsenhet-ID (använd detta ELLER municipality_id, inte båda)
yearsarrayFiltrera efter specifika år (t.ex. [2020, 2021, 2022])

No output schema declared.

No examples provided.

get_kpi_group ~58

Hämta detaljerad information om en specifik KPI-grupp inklusive alla ingående nyckeltal. Användbar för att utforska relaterade KPIs.

NameTypeReqDescription
group_idstringyesKPI-grupp ID

No output schema declared.

No examples provided.

get_kpi_groups ~63

Lista KPI-grupper (tematiska samlingar av nyckeltal) med valfri sökning. Grupper hjälper till att organisera KPIs efter ämne.

NameTypeReqDescription
querystringSökterm för att filtrera grupper efter titel

No output schema declared.

No examples provided.

get_kpi_trend ~144

Hämta historisk trenddata för ett nyckeltal som visar förändringar över tid. Användbart för att analysera utveckling och identifiera trender. Stöder könsfiltrering (T/M/K).

NameTypeReqDescription
end_yearnumberSlutår (standard: innevarande år)
genderstringKönsfilter: T=Totalt, M=Män, K=Kvinnor, all=visa alla
kpi_idstringyesKPI-ID att analysera
municipality_idstringyesKommun-ID
start_yearnumberyesStartår för trendanalysen

No output schema declared.

No examples provided.

get_kpis ~65

Hämta flera nyckeltal (KPIs) via deras ID:n i en enda förfrågan. Accepterar upp till 25 KPI-ID:n per anrop.

NameTypeReqDescription
kpi_idsarrayyesLista med KPI-ID:n (max 25)

No output schema declared.

No examples provided.

get_kpis_by_operating_area ~114

Hämta alla KPIs inom ett specifikt verksamhetsområde. T.ex. alla utbildnings-KPIs eller alla vård-KPIs. Enklare än fritextsökning för att hitta relaterade nyckeltal.

NameTypeReqDescription
limitnumberMax antal KPIs att returnera (standard: 50)
operating_areastringyesVerksamhetsområde att filtrera på (t.ex. "Utbildning", "Vård och omsorg")

No output schema declared.

No examples provided.

get_municipality ~80

Hämta detaljerad information om en specifik kommun via dess ID. Kommun-ID är 4-siffriga koder (t.ex. "0180" för Stockholm, "1480" för Göteborg).

NameTypeReqDescription
municipality_idstringyesKommun-ID (4-siffrig kod, t.ex. "0180" för Stockholm)

No output schema declared.

No examples provided.

get_municipality_group ~56

Hämta detaljerad information om en specifik kommungrupp inklusive alla medlemskommuner. Användbar för att analysera grupper av liknande kommuner.

NameTypeReqDescription
group_idstringyesKommungrupp-ID

No output schema declared.

No examples provided.

get_municipality_groups ~57

Lista kommungrupper som storstadsregioner, kustkommuner etc. Grupper hjälper till att jämföra liknande kommuner.

NameTypeReqDescription
querystringSökterm för att filtrera grupper efter titel

No output schema declared.

No examples provided.

get_municipality_kpis ~136

Visa tillgängliga KPIs för en kommun. Filtrera på verksamhetsområde för att hitta relevanta nyckeltal. Snabb och pålitlig - använder cachad KPI-katalog.

NameTypeReqDescription
limitnumberMax antal KPIs att returnera (standard: 20, max: 50)
municipality_idstringyesKommun-ID (4-siffrig kod)
operating_areastringFiltrera på verksamhetsområde (t.ex. "Utbildning", "Vård"). Använd list_operating_areas för att se tillgängliga områden.

No output schema declared.

No examples provided.

get_organizational_unit ~40

Hämta detaljerad information om en specifik organisationsenhet via dess ID.

NameTypeReqDescription
ou_idstringyesOrganisationsenhet-ID

No output schema declared.

No examples provided.

get_ou_types ~46

Hämta en lista över vanliga organisationsenhetstyper och deras beskrivningar (t.ex. V11=Förskola, V15=Grundskola).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_operating_areas ~53

Lista alla verksamhetsområden (t.ex. Utbildning, Vård och omsorg) med antal KPIs per område. Ger överblick över vilka typer av data som finns tillgänglig.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_kpis ~151

Sök efter nyckeltal (KPIs) med fritextsökning, publiceringsdatum eller verksamhetsområde. Returnerar en lista med matchande KPIs. Svenska söktermer ger bäst resultat.

NameTypeReqDescription
limitnumberMax antal resultat (standard: 20, max: 100)
operating_areastringFiltrera efter verksamhetsområde (t.ex. "Utbildning", "Hälso- och sjukvård")
publication_datestringFiltrera efter publiceringsdatum (YYYY-MM-DD)
querystringSökterm för att filtrera KPIs efter titel (svenska termer ger bäst resultat)

No output schema declared.

No examples provided.

search_municipalities ~90

Sök efter svenska kommuner eller regioner (landsting). Filtrera efter namn eller typ. Det finns 290 kommuner och 21 regioner i Sverige.

NameTypeReqDescription
municipality_typestringTypfilter: K=Kommun, L=Landsting/Region, all=båda
querystringSökterm för att filtrera kommuner efter namn

No output schema declared.

No examples provided.

search_organizational_units ~166

Sök efter organisationsenheter som skolor, förskolor, äldreboenden etc. Filtrera efter namn, kommun eller typ. OBS: Resultat trunkeras till limit (max 100). Kontrollera "truncated" i svaret för att veta om det finns fler träffar.

NameTypeReqDescription
limitnumberMax antal resultat (standard: 20, max: 100)
municipalitystringFiltrera efter kommun-ID (4-siffrig kod)
ou_typestringFiltrera efter OU-typ (t.ex. "V11" för förskola, "V15" för grundskola)
querystringSökterm för att filtrera enheter efter namn

No output schema declared.

No examples provided.

Common questions

What is the Kolada MCP Server server?

Kolada MCP Server is listed in the public MCP registry as io.github.isakskogstad/kolada-mcp. Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities. This page covers its npm package (kolada-mcp-server).

Is the Kolada MCP Server server safe to use?

Kolada MCP Server scores 86 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Kolada MCP Server server expose?

Kolada MCP Server exposes 21 tools: search_kpis, get_kpi, get_kpis, get_kpi_groups, get_kpi_group, and 16 more. Their descriptions and schemas cost roughly 2,234 tokens of context every time the server is loaded.

Is the Kolada MCP Server server still maintained?

Kolada MCP Server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Kolada MCP Server server under?

Kolada MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.