PluginBench
MCP Server

io.github.olgasafonova/nordic-registry-mcp-server MCP Server

io.github.olgasafonova/nordic-registry-mcp-server

What is the io.github.olgasafonova/nordic-registry-mcp-server MCP server?

Access Nordic business registries (Norway, Denmark, Finland, Sweden). 23 tools.

How to install io.github.olgasafonova/nordic-registry-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BOLAGSVERKET_CLIENT_ID
    secret

    Bolagsverket OAuth2 client ID (only needed for Sweden tools)

  • BOLAGSVERKET_CLIENT_SECRET
    secret

    Bolagsverket OAuth2 client secret (only needed for Sweden tools)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nordic-registry-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.2"
      ],
      "env": {
        "BOLAGSVERKET_CLIENT_ID": "<YOUR_BOLAGSVERKET_CLIENT_ID>",
        "BOLAGSVERKET_CLIENT_SECRET": "<YOUR_BOLAGSVERKET_CLIENT_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nordic-registry-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.2"
      ],
      "env": {
        "BOLAGSVERKET_CLIENT_ID": "<YOUR_BOLAGSVERKET_CLIENT_ID>",
        "BOLAGSVERKET_CLIENT_SECRET": "<YOUR_BOLAGSVERKET_CLIENT_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nordic-registry-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.2"
      ],
      "env": {
        "BOLAGSVERKET_CLIENT_ID": "<YOUR_BOLAGSVERKET_CLIENT_ID>",
        "BOLAGSVERKET_CLIENT_SECRET": "<YOUR_BOLAGSVERKET_CLIENT_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nordic-registry-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.2"
      ],
      "env": {
        "BOLAGSVERKET_CLIENT_ID": "<YOUR_BOLAGSVERKET_CLIENT_ID>",
        "BOLAGSVERKET_CLIENT_SECRET": "<YOUR_BOLAGSVERKET_CLIENT_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add nordic-registry-mcp-server --env BOLAGSVERKET_CLIENT_ID=<YOUR_BOLAGSVERKET_CLIENT_ID> --env BOLAGSVERKET_CLIENT_SECRET=<YOUR_BOLAGSVERKET_CLIENT_SECRET> -- docker run -i --rm ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.2

Related MCP servers

Access the GLEIF LEI database for company verification, KYC, and ownership research.

View repository →

Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.

View repository →

Control Miro whiteboards with AI. 77 tools for boards, diagrams, mindmaps.

View repository →

Talk to roadmaps with AI. Query and manage bars, OKRs, ideas, and launches.

View repository →