We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. ORSF — Slovak business register
BusinessStandardProprietaer

ORSF — Slovak business register

ORSF (orsf.sk) is a free, normalised JSON REST API over Slovak public company registers (Obchodný register / RPO). Search by name and lookup by IČO (6–8 digits) normalise to the same company-card shape as Brreg, CVR, YTJ and RIK (id, name, address, status, legal form, VAT/IČ DPH, established date, country=SK). Public endpoints are key-free and rate-limited — a useful KYB/AML/supplier-vetting signal for Nordic companies trading in Central Europe.

—

Data volume

Daily

Updates

4

MCP tools

Example response — /connectors/orsf-sk/search
{
  "data": "..."
}

MCP integration

Available MCP tools
orsf-sk.company.identifiers
orsf-sk.company.lookup
orsf-sk.registry.about
orsf-sk.search
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "orsf-sk": {
      "url": "https://data.ketl.no/mcp/orsf-sk",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

API endpoints

GET
/search

Søk slovakiske selskap på navn

query required
Søkestreng (minst 2 tegn) query=Eset
Show curl example
# GET https://data.ketl.no/api/connectors/orsf-sk/search?query=Eset
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/orsf-sk/search?query=Eset"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/company/{ico}

Selskap på IČO

Show curl example
# GET https://data.ketl.no/api/connectors/orsf-sk/company/{ico}
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/orsf-sk/company/{ico}"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

ORSF — Slovak business register is openly available — create an account to get started.

slovakiaeuselskapforetakicokybcompany-card
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512