🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@orsf/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orsf/mcp-server

MCP server for ORSF — Otvorený register slovenských firiem. Gives LLM agents access to 800k+ Slovak company records via tool-calls.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@orsf/mcp-server

MCP (Model Context Protocol) server for ORSF — Otvorený register slovenských firiem. Gives LLM agents tool-call access to ~800k Slovak company records via the public REST API at https://api.orsf.sk.

Tools

ToolPurpose
search_companiesFull-text + filter search over the register
get_companyFull profile for one IČO (address, roles, activities, filings)
refresh_companyForce-refresh from upstream sources (RÚZ/RPO/ORSR/FS)
get_company_graphPeople + other firms connected to a company (depth 1 or 2)
get_personPerson detail + all roles held
get_person_graphPortfolio of companies a person is connected to

Install — Claude Code

claude mcp add orsf -- npx -y @orsf/mcp-server

Install — Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent path on Windows / Linux:

{
  "mcpServers": {
    "orsf": {
      "command": "npx",
      "args": ["-y", "@orsf/mcp-server"]
    }
  }
}

Config

Env varDefaultMeaning
ORSF_API_URLhttps://api.orsf.skOverride base URL (for self-hosted or staging).

License

MIT

Keywords

mcp

FAQs

Package last updated on 24 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts