Home › Other › Kolada MCP Server

Kolada MCP Server

Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.

TypeScript Remote
★ 12 stars Last pushed 2026-04-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://kolada-mcp-pafn.onrender.com/mcp HTTP 503 when checked 2026-09-24

Claude Code:

claude mcp add --transport http kolada-mcp https://kolada-mcp-pafn.onrender.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "kolada-mcp": {
      "url": "https://kolada-mcp-pafn.onrender.com/mcp"
    }
  }
}

Remote (sse)

https://kolada-mcp-pafn.onrender.com/sse HTTP 503 when checked 2026-09-24

Claude Code:

claude mcp add --transport sse kolada-mcp https://kolada-mcp-pafn.onrender.com/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "kolada-mcp": {
      "url": "https://kolada-mcp-pafn.onrender.com/sse"
    }
  }
}

Package (npm 2.2.1)

npx -y kolada-mcp-server@2.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "kolada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kolada-mcp-server@2.2.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry