
Kolada
STDIOServer connecting LLMs with Sweden's Kolada database for municipal and regional statistics analysis.
Server connecting LLMs with Sweden's Kolada database for municipal and regional statistics analysis.
Kolada MCP Server enables seamless integration between Large Language Models (LLMs) and Kolada, Sweden’s comprehensive municipal and regional statistical database. It provides structured access to thousands of Key Performance Indicators (KPIs), facilitating rich, data-driven analysis, comparisons, and explorations of public sector statistics.
Kolada MCP Server acts as intelligent middleware between LLM-based applications and the Kolada database, allowing easy querying and analyzing of data related to Swedish municipalities and regions. With semantic search capabilities and robust analysis tools, Kolada MCP significantly simplifies navigating and interpreting the vast array of KPIs in Kolada.
Ask Kolada MCP Server complex questions requiring data analysis:
Kolada MCP Server includes pre-cached KPI metadata. Delete kpi_embeddings.npz
to refresh.
Use uv
to install Kolada MCP dependencies:
uv sync
Start the server locally:
uv run mcp dev server.py
Open MCP Inspector at http://localhost:5173
to test and debug.
Edit your claude_desktop_config.json
to add Kolada MCP Server:
"KoladaDocker": { "args": [ "run", "-i", "--rm", "--name", "kolada-mcp-managed", "kolada-mcp:local" ], "command": "docker", "env": {} }
"KoladaPyPI": { "args": ["kolada-mcp"], "command": "/Users/hugi/.cargo/bin/uvx" }
Replace [path to kolada-mcp]
with your local directory:
"KoladaLocal": { "args": [ "--directory", "[path to kolada-mcp]/src/kolada_mcp", "run", "kolada-mcp" ], "command": "uv" }
Restart Claude Desktop after updating.
Contributions are welcome! Submit issues, enhancements, or PRs on GitHub.
Kolada MCP Server is independently developed, not endorsed by or affiliated with RKA or other organizations.
Kolada MCP Server is licensed under the Apache License 2.0.