Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kolada": {
"url": "https://kolada-mcp-pafn.onrender.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-server för svensk kommun- och regionstatistik från Kolada API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'kolada-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked kolada-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / analytics
Query and manage PostgreSQL databases directly from AI assistants
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Kolada MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-server för svensk kommun- och regionstatistik från Kolada API.
Kolada MCP-server kan LLMs ansluta till via lokal installation – och genom den få direkt tillgång till data och statistik för 5 000+ nyckeltal (KPI:er) inom 264 områden (ex. skola, vård, miljö, ekonomi, demokrati o.s.v.) för Sveriges alla kommuner och regioner. Utvecklad av Isak Skogstad, fristående från Kolada/RKA.
English: Kolada MCP Server connects LLMs and AI chatbots to 5,000+ Key Performance Indicators (KPIs) across 264 operating areas for all 290 Swedish municipalities and 21 regions. Kolada is Sweden's most comprehensive open data source for municipal and regional statistics. Developed by Isak Skogstad, not associated with Kolada/SKR.
https://github.com/user-attachments/assets/6791bb81-79dc-4af3-8028-44c3929d57d0
Med npx (snabbast):
npx kolada-mcp-server
Med global installation:
npm install -g kolada-mcp-server
kolada-mcp-server
Paketet publiceras på npm: kolada-mcp-server.
Lägg till i konfigurationsfilen:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"kolada": {
"command": "npx",
"args": ["-y", "kolada-mcp-server"]
}
}
}
claude mcp add kolada -- npx -y kolada-mcp-server
Verifiera med:
claude mcp list
Lägg till i ~/.codex/config.toml:
[mcp_servers.kolada]
command = "npx"
args = ["-y", "kolada-mcp-server"]
Lägg till i ~/.gemini/settings.json:
{
"mcpServers": {
"kolada": {
"command": "npx",
"args": ["-y", "kolada-mcp-server"]
}
}
}
Lägg till i mcp.json i projektroten:
{
"mcpServers": {
"kolada": {
"command": "npx",
"args": ["-y", "kolada-mcp-server"]
}
}
}
De flesta MCP-klienter stödjer stdio-transport. Konfigurera med:
{
"mcpServers": {
"kolada": {
"command": "npx",
"args": ["-y", "kolada-mcp-server"]
}
}
}
git clone https://github.com/isakskogstad/kolada-mcp.git
cd kolada-mcp
npm install
npm run build
node dist/index.js
| Verktyg | Beskrivning |
|---|---|
search_kpis | Fritextsökning bland 5 000+ nyckeltal |
get_kpi | Hämta metadata för ett nyckeltal via ID |
get_kpis | Hämta flera nyckeltal samtidigt (max 25) |
get_kpi_groups | Lista tematiska grupper |
get_kpi_group | Hämta alla nyckeltal i en grupp |
list_operating_areas | Lista 264 verksamhetsområden |
get_kpis_by_operating_area | Filtrera nyckeltal per verksamhetsområde |
| Verktyg | Beskrivning |
|---|---|
search_municipalities | Sök bland 290 kommuner och 21 regioner |
get_municipality | Hämta detaljer via komm |