From 774d7ced5ff24914f5338c8f9677c2f6fbe989a1 Mon Sep 17 00:00:00 2001 From: Isak Skogstad <149165200+KSAklfszf921@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:53:20 +0100 Subject: [PATCH] Add Kolada MCP Server - Swedish municipality statistics Kolada MCP Server provides access to Swedish municipality and regional statistics from Kolada API. **Features:** - 6000+ Key Performance Indicators (KPIs) - 290 Swedish municipalities + 21 regions - 264 operating areas (education, healthcare, economy, environment, etc.) - Both stdio (NPM) and remote (HTTP/SSE) transports - Intelligent caching and rate limiting **Package:** kolada-mcp-server@2.2.1 **Remote:** https://kolada-mcp-pafn.onrender.com/mcp **Repository:** https://github.com/isakskogstad/kolada-mcp --- .../io.github.isakskogstad/kolada-mcp.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/servers/io.github.isakskogstad/kolada-mcp.json diff --git a/src/servers/io.github.isakskogstad/kolada-mcp.json b/src/servers/io.github.isakskogstad/kolada-mcp.json new file mode 100644 index 0000000000..a99307c2f8 --- /dev/null +++ b/src/servers/io.github.isakskogstad/kolada-mcp.json @@ -0,0 +1,39 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", + "name": "io.github.isakskogstad/kolada-mcp", + "title": "Kolada MCP Server", + "description": "Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.", + "version": "2.2.1", + "websiteUrl": "https://github.com/isakskogstad/kolada-mcp", + "repository": { + "url": "https://github.com/isakskogstad/kolada-mcp", + "source": "github" + }, + "icons": [ + { + "src": "https://github.com/user-attachments/assets/9dd18a33-0f97-4490-af45-5b5a32dc15d0", + "mimeType": "image/png" + } + ], + "packages": [ + { + "registryType": "npm", + "identifier": "kolada-mcp-server", + "version": "2.2.1", + "transport": { + "type": "stdio" + }, + "runtimeHint": "node" + } + ], + "remotes": [ + { + "type": "streamable-http", + "url": "https://kolada-mcp-pafn.onrender.com/mcp" + }, + { + "type": "sse", + "url": "https://kolada-mcp-pafn.onrender.com/sse" + } + ] +}