- Home
- MCP servers
- RegisterUZ
RegisterUZ
- typescript
2
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access a complete MCP server that provides Slovak Registry of Financial Statements data through a hosted MCP endpoint or by running the server locally. It lets you query accounting units, closures, financial reports, annual reports, and templates, and comes with pre-built workflows to integrate these data into your applications and tools.
How to use
You use this MCP server by connecting your client or automation tool to either the hosted HTTP endpoint or a local STDIO server. The hosted endpoint exposes all API capabilities through standard MCP calls, so your client can search, list, retrieve, and analyze data such as accounting units, closures, financial reports, and templates. When you run a local instance, you interact with it via a command line interface or through a local MCP client, depending on your setup, enabling you to run actions and fetch results in real time.
How to install
Prerequisites: you need Python or a runtime capable of running the MCP server, and access to a command line environment.
Self-hosted installation (recommended): install via Python package manager or run directly with the runtime.
From PyPI (recommended)
pip install registeruz-mcp
Or run directly without installation using uvx
uvx registeruz-mcp
Additional sections
Configuration and usage notes for MCP connections are available in the following ways. You can connect to the hosted MCP URL for quick testing and integration, or run a local instance for full control and offline development.
Hosted access is available at the following MCP URL suitable for HTTP transport. Use an MCP client to point to this URL to start querying data.
Troubleshooting and notes
If you encounter issues connecting to the hosted endpoint, verify your network access and that you are using the correct MCP API transport. For local runs, ensure your environment has the necessary dependencies installed and the command used to start the server matches the runtime you chose.
Available tools
get_uctovne_jednotky
Get accounting unit IDs changed since a date, with optional filters for IČO, DIČ, and legal form.
get_uctovne_zavierky
Get accounting closure IDs changed since a date.
get_uctovne_vykazy
Get financial report IDs changed since a date.
get_vyrocne_spravy
Get annual report IDs changed since a date.
get_zostavajuce_id_uctovne_jednotky
Count remaining accounting unit IDs for pagination.
get_zostavajuce_id_uctovne_zavierky
Count remaining accounting closure IDs for pagination.
get_zostavajuce_id_uctovne_vykazy
Count remaining financial report IDs for pagination.
get_zostavajuce_id_vyrocne_spravy
Count remaining annual report IDs for pagination.
get_uctovna_jednotka
Get accounting unit details by ID.
get_uctovna_zavierka
Get accounting closure details by ID.
get_uctovny_vykaz
Get financial report with tables and data.
get_vyrocna_sprava
Get annual report details by ID.
get_sablona
Get template structure by template ID.
get_sablony
Get all available templates.
get_pravne_formy
Get all legal forms.
get_sk_nace
Get SK NACE classification codes.
get_druhy_vlastnictva
Get ownership types.
get_velkosti_organizacie
Get organization sizes.
get_kraje
Get Slovak regions.
get_okresy
Get Slovak districts.
get_sidla
Get Slovak settlements.
get_attachment_url
Get download URL for attachment.
get_financial_report_pdf_url
Get PDF download URL for financial report.
get_uctovny_vykaz_with_labeled_tables
Get financial report with labeled tables by combining report data with template labels.
get_uctovny_vykaz_table_value_by_labels
Search for specific values by row label, row code, column label, or table name.