← Back to Plugins
MCP Server MCP

Kolada MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://kolada-mcp-pafn.onrender.com/mcp"
    },
    {
      "type": "sse",
      "url": "https://kolada-mcp-pafn.onrender.com/sse"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "kolada-mcp-server",
      "version": "2.2.1",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http sse npm

Comments

Sign in to leave a comment

Loading comments...