Skip to main content
Glama
QuverLabs

rejestr-io-mcp

by QuverLabs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoAdres nasłuchu dla MCP_TRANSPORT=http127.0.0.1
MCP_HTTP_PORTNoPort nasłuchu dla MCP_TRANSPORT=http8000
MCP_TRANSPORTNostdio lub httpstdio
REJESTR_IO_API_KEYYesKlucz API rejestr.io
MCP_HTTP_AUTH_TOKENNoOpcjonalny token uwierzytelniający (bearer) dla transportu HTTP
REJESTR_IO_BASE_URLNoBazowy adres APIhttps://rejestr.io/api/v2/
REJESTR_IO_DOWNLOAD_DIRNoKatalog zapisu plików PDF./downloads
REJESTR_IO_CACHE_MAX_SIZENoMaks. liczba wpisów w cache512
REJESTR_IO_CACHE_TTL_SECONDSNoTTL cache w pamięci (sekundy)300

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_organizationsA

Search organizations in the Polish National Court Register (KRS) by name, registry numbers, legal form, PKD codes, status flags, address, and pagination.

get_organizationA

Get basic data for an organization by KRS number or NIP (e.g. '12345' or 'nip1234567890').

get_organization_krs_chapterB

Get one KRS chapter (general, branches, shares, mentions, liabilities, or transformations) for an organization. 'branches', 'liabilities', and 'transformations' require a Premium+ plan.

get_organization_beneficial_ownersA

Get the beneficial owners (CRBR) of an organization by KRS number or NIP. Requires a Premium+ plan.

get_organization_relationsA

Get an organization's current or historical relations with other organizations and people in the KRS.

get_organization_krs_extractA

Download a KRS extract (odpis) PDF for an organization. 'current' requires Premium+, 'full' requires Biznes plan. Saves the PDF to the downloads directory and returns its absolute path; pass return_base64=True to also receive the file content inline.

list_organization_krs_entriesB

List all KRS entries (wpisy) recorded for an organization.

get_personA

Get current data for a person appearing in the KRS by their person id.

get_person_relationsA

Get a person's current or historical relations with organizations recorded in the KRS.

list_organization_financial_documentsA

List financial document groups (by accounting period) available in the KRS for an organization. Requires a Premium+ plan.

get_organization_financial_documentA

Get one financial document for an organization by document id. format='pdf' (default) requires Premium+ and saves the file to the downloads directory, returning its absolute path (pass return_base64=True to also receive the content inline). format='json' requires a Biznes plan and returns the parsed document content directly, at a higher per-request cost.

get_account_balanceA

Get the current rejestr.io API account balance in PLN. Free — does not consume account balance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuverLabs/rejestr-io-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server