ORSF — Slovak Company Register for Gemini CLI
sk.orsf/mcp-server
1.25M+ Slovak companies, aggregated from 8 registers (RPO/ORSR/RÚZ/ZRSR/RPVS/CRZ/ÚVO/FS DPH).
client:Gemini CLI
transport:stdio
runtime:npm
Install ORSF — Slovak Company Register in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@orsf/mcp-server"
],
"env": {
"ORSF_API_URL": "<ORSF_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs