Skip to content
VS Code

ORSF — Slovak Company Register for VS Code

sk.orsf/mcp-server

1.25M+ Slovak companies, aggregated from 8 registers (RPO/ORSR/RÚZ/ZRSR/RPVS/CRZ/ÚVO/FS DPH).

client:VS Code transport:stdio runtime:npm

Install ORSF — Slovak Company Register in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "orsf-api-url",
      "description": "ORSF_API_URL",
      "password": true
    }
  ],
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orsf/mcp-server"
      ],
      "env": {
        "ORSF_API_URL": "${input:orsf-api-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

ORSF — Slovak Company Register in other clients