Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ORSF — Slovak Company Register

NPM · @ORSF/MCP-SERVER · SCANNED AUG 3

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

Available components

+21 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 9 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1050 tokens (~150/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @orsf/mcp-server

# add to Claude Code
claude mcp add sk-orsf-mcp-server -- npx -y @orsf/mcp-server
# add to Codex CLI
codex mcp add sk-orsf-mcp-server -- npx -y @orsf/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sk-orsf-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@orsf/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sk-orsf-mcp-server --command npx --arg -y --arg @orsf/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  sk-orsf-mcp-server:
    command: "npx"
    args: ["-y", "@orsf/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "sk-orsf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orsf/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 +14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −39
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 39

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@orsf/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,050 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_company ~123

Fetch the full profile of a single company by IČO (8-digit Slovak company ID). Returns: legal name, legal form, status, address, statutory bodies (people with roles), business activities, and up to 10 most recent financial filings (revenue, assets, equity, net income). Data is cached from source registers (RÚZ, RPO, ORSR, FS DPH) with lazy-refresh if stale.

NameTypeReqDescription
icostringyesCompany IČO — 6 to 8 digits (e.g. "55609830").

No output schema declared.

No examples provided.

get_company_graph ~119

Return the ownership / statutory graph around a company — people and other companies connected through roles (statutory body, executive, proprietor, shareholder). Depth 1 = direct connections only; depth 2 = also second-degree connections (people of connected companies). Use to answer questions like "who controls X" or "what other firms does the CEO of X run".

NameTypeReqDescription
depthintegerGraph traversal depth (1 or 2). Default 1.
icostringyesCompany IČO — 6 to 8 digits.

No output schema declared.

No examples provided.

get_person ~80

Fetch a single person record by internal ORSF person ID (UUID / ULID). Returns the person's identifying fields plus all roles they currently hold across companies. Use the IDs from get_company (roles[].personId) or get_company_graph to obtain a person ID.

NameTypeReqDescription
idstringyesInternal person ID — returned by get_company / get_company_graph.

No output schema declared.

No examples provided.

get_person_graph ~79

Return the graph around a person — all companies where they hold a role, and optionally (depth=2) other people connected through those companies. Use to map a person's full portfolio of Slovak companies.

NameTypeReqDescription
depthintegerGraph traversal depth (1 or 2). Default 1.
idstringyesInternal person ID.

No output schema declared.

No examples provided.

lookup_company ~178

Fast IČO autofill lookup — the right tool for forms, invoices, and KYB/KYC identity checks. Returns: legal name, legal form, status, established/dissolved dates, full postal address, DIČ (tax ID), IČ DPH (VAT ID) + isVatPayer flag, NACE code, and source register lineage — aggregated live from 8 Slovak registers (RPO, ORSR, RÚZ, ZRSR, RPVS, CRZ, ÚVO, FS DPH), not a single-register proxy. Redis-cached, typically <50ms. Use `get_company` instead when you also need directors/officers or multi-year financial statements.

NameTypeReqDescription
icostringyesCompany IČO — 6 to 8 digits (e.g. "55609830").

No output schema declared.

No examples provided.

refresh_company ~127

Force-refresh a company from upstream source registers. Useful when the caller suspects stale data, or after a recent change in ORSR. Respects a per-IČO 60 s cooldown. Returns the refreshed company record. Default sources: ruz, rpo, orsr.

NameTypeReqDescription
icostringyesCompany IČO — 6 to 8 digits.
sourcesstringComma-separated list of sources to refresh. Allowed: ruz, rpo, orsr, fs-dph. Example: "ruz,rpo". Default: "ruz,rpo,orsr".

No output schema declared.

No examples provided.

search_companies ~344

Search the ORSF register of Slovak companies (~800k records). Full-text search over company name, IČO (company ID) and DIČ (tax ID), with structured filters. Returns a paginated list with basic company info. Use this first when the user mentions a company by name — get the IČO, then call get_company for full details.

NameTypeReqDescription
establishedYearMaxintegerOnly companies established on or before this year.
establishedYearMinintegerOnly companies established on or after this year.
isVatPayerbooleanFilter by VAT payer status (true = registered DPH platiteľ).
legalFormstringFilter by legal form code (e.g. "112" = s.r.o., "121" = a.s., "701" = združenie). Omit for all.
limitintegerMax results to return (default 20, max 100).
offsetintegerPagination offset (default 0).
qstringFree-text query — company name, IČO (8 digits) or DIČ (10 digits).
regionstringFilter by region (kraj) — e.g. "Bratislavský kraj", "Košický kraj". Case-insensitive partial match.
registerstringFilter by source register: "ORSR" (Obchodný register) or "ZRSR" (Živnostenský register).
statusstringFilter by company status: "active" (existing) or "dissolved" (zaniknutá).

No output schema declared.

No examples provided.