Kolada MCP Server
NPM · KOLADA-MCP-SERVER · 3 COMPONENTS · SCANNED AUG 3
Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.
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 →
Supply Chain Security88
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (152 of 154), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (152 of 154), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency44
- 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 247 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).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 Management27
- Stability observed for 8 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · kolada-mcp-server
claude mcp add isakskogstad-kolada-mcp -- npx -y kolada-mcp-server
codex mcp add isakskogstad-kolada-mcp -- npx -y kolada-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"isakskogstad-kolada-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"kolada-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add isakskogstad-kolada-mcp --command npx --arg -y --arg kolada-mcp-server
mcp_servers:
isakskogstad-kolada-mcp:
command: "npx"
args: ["-y", "kolada-mcp-server"] {
"mcpServers": {
"isakskogstad-kolada-mcp": {
"command": "npx",
"args": [
"-y",
"kolada-mcp-server"
]
}
}
} 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.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +45
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −9
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 +29
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: pass functional
- 27 Jul 26 24
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 152 packages
152 packages in the resolved dependency tree · 149 deprecated · 44 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| bottom_n | number | — | Antal bottenprestanda att visa (standard: 10) |
| gender | string | — | Kön: T=Totalt, M=Män, K=Kvinnor |
| kpi_id | string | yes | KPI-ID att analysera (t.ex. "N15033") |
| municipality_type | string | — | Kommuntyp: K=Kommun, L=Region, all=alla |
| top_n | number | — | Antal topprankade att visa (standard: 10) |
| year | number | yes | Å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.
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | — | Kön: T=Totalt, M=Män, K=Kvinnor |
| kpi_id_1 | string | yes | Första KPI-ID för korrelationsanalys |
| kpi_id_2 | string | yes | Andra KPI-ID för korrelationsanalys |
| municipality_type | string | — | Kommuntyp: K=Kommun, L=Region, all=alla |
| year | number | yes | Å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).
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | — | Könsfilter: T=Totalt, M=Män, K=Kvinnor, all=visa alla |
| kpi_id | string | yes | KPI-ID att jämföra |
| municipality_ids | array | yes | Lista med kommun-ID:n att jämföra (2-10 kommuner) |
| years | array | — | Specifika å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.
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | — | Kön: T=Totalt, M=Män, K=Kvinnor |
| kpi_id | string | yes | KPI-ID att filtrera på |
| municipality_type | string | — | Kommuntyp: K=Kommun, L=Region, all=alla |
| operator | string | yes | Operator: gt (>), lt (<), gte (>=), lte (<=), eq (=) |
| threshold | number | yes | Tröskelvärde för filtrering |
| year | number | yes | Å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.
| Name | Type | Req | Description |
|---|---|---|---|
| kpi_id | string | yes | KPI-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).
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | — | Könsfilter: T=Totalt, M=Män, K=Kvinnor, all=visa alla |
| kpi_id | string | yes | KPI-ID för att hämta data |
| municipality_id | string | — | Kommun-ID (använd detta ELLER ou_id, inte båda) |
| ou_id | string | — | Organisationsenhet-ID (använd detta ELLER municipality_id, inte båda) |
| years | array | — | Filtrera 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.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | KPI-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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Sö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).
| Name | Type | Req | Description |
|---|---|---|---|
| end_year | number | — | Slutår (standard: innevarande år) |
| gender | string | — | Könsfilter: T=Totalt, M=Män, K=Kvinnor, all=visa alla |
| kpi_id | string | yes | KPI-ID att analysera |
| municipality_id | string | yes | Kommun-ID |
| start_year | number | yes | Startå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.
| Name | Type | Req | Description |
|---|---|---|---|
| kpi_ids | array | yes | Lista 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max antal KPIs att returnera (standard: 50) |
| operating_area | string | yes | Verksamhetsområ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).
| Name | Type | Req | Description |
|---|---|---|---|
| municipality_id | string | yes | Kommun-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.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | Kommungrupp-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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Sö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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max antal KPIs att returnera (standard: 20, max: 50) |
| municipality_id | string | yes | Kommun-ID (4-siffrig kod) |
| operating_area | string | — | Filtrera 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.
| Name | Type | Req | Description |
|---|---|---|---|
| ou_id | string | yes | Organisationsenhet-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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max antal resultat (standard: 20, max: 100) |
| operating_area | string | — | Filtrera efter verksamhetsområde (t.ex. "Utbildning", "Hälso- och sjukvård") |
| publication_date | string | — | Filtrera efter publiceringsdatum (YYYY-MM-DD) |
| query | string | — | Sö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.
| Name | Type | Req | Description |
|---|---|---|---|
| municipality_type | string | — | Typfilter: K=Kommun, L=Landsting/Region, all=båda |
| query | string | — | Sö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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max antal resultat (standard: 20, max: 100) |
| municipality | string | — | Filtrera efter kommun-ID (4-siffrig kod) |
| ou_type | string | — | Filtrera efter OU-typ (t.ex. "V11" för förskola, "V15" för grundskola) |
| query | string | — | Sökterm för att filtrera enheter efter namn |
No output schema declared.
No examples provided.