Kolada MCP Server✓
io.github.isakskogstad/kolada-mcp · v2.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.isakskogstad/kolada-mcp",
"description": "Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.",
"title": "Kolada MCP Server",
"repository": {
"url": "https://github.com/isakskogstad/kolada-mcp",
"source": "github"
},
"version": "2.2.1",
"websiteUrl": "https://github.com/isakskogstad/kolada-mcp",
"packages": [
{
"registryType": "npm",
"identifier": "kolada-mcp-server",
"version": "2.2.1",
"runtimeHint": "node",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://kolada-mcp-pafn.onrender.com/mcp"
},
{
"type": "sse",
"url": "https://kolada-mcp-pafn.onrender.com/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}