What is the Kolada Se MCP server?
Kolada (RKA) MCP — Sweden's municipal & regional key-performance-indicator (KPI) database.
How to install Kolada Se
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kolada-se": {
"url": "https://gateway.pipeworx.io/kolada-se/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kolada-se": {
"serverUrl": "https://gateway.pipeworx.io/kolada-se/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kolada-se": {
"type": "http",
"url": "https://gateway.pipeworx.io/kolada-se/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"kolada-se": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/kolada-se/mcp"
]
}
}
}Claude Code
claude mcp add --transport http kolada-se https://gateway.pipeworx.io/kolada-se/mcp