kolada-mcp

inooLabs/kolada-mcp

3.2

If you are the rightful owner of kolada-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Kolada MCP Server provides access to Sweden's official database for Key Performance Indicators (KPIs) about municipalities and regions.

Tools
9
Resources
0
Prompts
0

Kolada MCP Server

An MCP (Model Context Protocol) server that provides access to the Kolada API, Sweden's official database for Key Performance Indicators (KPIs) about municipalities and regions.

What it does

This server exposes tools for querying Swedish municipal statistics, including:

  • Demographics and population data
  • Education and school performance
  • Healthcare and social services
  • Economy and labor market
  • Environment and infrastructure

Running locally

pip install -r requirements.txt
python server.py

The server runs on port 8001 using streamable HTTP transport.

Docker

docker build -t kolada-mcp .
docker run -p 8001:8001 kolada-mcp

Or with docker-compose:

docker-compose up

Available tools

ToolDescription
list_operating_areasList all available KPI categories
get_kpis_by_operating_areaGet all KPIs within a specific category
search_kpisSearch for KPIs by keyword
get_kpi_metadataGet detailed info about a specific KPI
fetch_kolada_dataFetch actual data values for a KPI and municipality
analyze_kpi_across_municipalitiesCompare municipalities with rankings and statistics
compare_kpisCorrelate two KPIs across municipalities
list_municipalitiesList all Swedish municipalities
filter_municipalities_by_kpiFilter municipalities by KPI value thresholds

Data source

All data comes from the public Kolada API at https://api.kolada.se/v2. No authentication required.

Acknowledgments

This project is inspired by and built upon the work of Hugi (@aerugo) and his original kolada-mcp implementation. Thanks for the inspiration and building blocks! 🙏