Access official Slovak business register data (RPO). Query 1.4M+ legal entities by name, IČO, or municipality. Returns company details, statutory representatives, shareholders, and business activities. Built on open government data (CC-BY 4.0).
Overview
MCP server providing AI agents with direct access to Slovakia's central register of legal entities, entrepreneurs, and public authorities (RPO). This reference register aggregates data from 100+ source registers and has been the official source of reference data since November 2015. Query 1.4M+ entities by name, IČO, or municipality. Returns company details, statutory representatives, shareholders, and business activities. Built on open government data (CC-BY 4.0), no API key required.
Tools: hladaj_subjekt (search entities), detail_subjektu (full entity detail including ownership and activities).
Data source: Register právnických osôb, podnikateľov a orgánov verejnej moci (RPO), operated by the Statistical Office of the Slovak Republic.
Server Config
{
"mcpServers": {
"sk-registers": {
"command": "python",
"args": [
"/path/to/sk-registers-mcp/server.py"
]
}
}
}