MCP Connector

Query Polish Business Registry Data

MCP server for the Polish National Court Register (KRS) public API.

Maintainer of this project? Claim this page to edit the listing.


77
Spark score
out of 100
Updated 2 months ago
Version 1.2.2
Models
universal

Add to Favorites

Why it matters

Access the Polish National Court Register (KRS) public API to retrieve current and historical business entity information. This connector enables LLM clients to query detailed data without global installation.

Outcomes

What it gets done

01

Retrieve current KRS entity data

02

Fetch complete historical KRS entity data

03

Integrate KRS data access into LLM applications

04

Query public business registry information

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-krs-poland | bash

Capabilities

Tools your agent gets

get-krs-current-extract

Retrieves current status and information for a specified entity from KRS

get-krs-full-extract

Retrieves complete historical data for a specified entity from KRS

Overview

KRS Poland MCP Server

This is an MCP server that connects to the Polish National Court Register (KRS) public API. It allows retrieval of current and full KRS records. This tool is useful for developers who need to access KRS data programmatically, for example, to integrate official business registry information into other systems or applications.

What it does

An MCP server for the Polish National Court Register (KRS) public API. This server can be run with npx as a tool provider for LLM clients without a global installation.

To start the server, run the following command:

npx krs-poland-mcp-server

To integrate this server with an LLM client (like LM Studio or others that support MCP), you can configure it to spawn the server process. Here is an example configuration:

{
  "mcpServers": {
    "krs-poland-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "krs-poland-mcp-server"
      ]
    }
  }
}

The server provides the following tools:

  • Get Current KRS Record (get-krs-current-extract): Retrieves the current status and information for a given entity from the KRS.
  • Get Full KRS Record (get-krs-full-extract): Retrieves the complete historical data for a given entity from the KRS.
Source README

KRS Poland MCP Server

An MCP server for the Polish National Court Register (KRS) public API.

Usage

This server is designed to be run with npx, allowing you to use it as a tool provider for LLM clients without a global installation.

Running with npx

To start the server, run the following command:

npx krs-poland-mcp-server

Configuration for LLM Clients

To integrate this server with an LLM client (like LM Studio or others that support MCP), you can configure it to spawn the server process. Here is an example configuration:

{
  "mcpServers": {
    "krs-poland-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "krs-poland-mcp-server"
      ]
    }
  }
}

This configuration tells the client how to start the KRS tool server.

Server Functions

The server provides the following tools (checklist):

  • Get Current KRS Record (get-krs-current-extract): Retrieves the current status and information for a given entity from the KRS.
  • Get Full KRS Record (get-krs-full-extract): Retrieves the complete historical data for a given entity from the KRS.

Development

To run the server in a development environment:

  1. Clone the repository.
  2. Install dependencies: npm install
  3. Build the project: npm run build
  4. Run the server: npm start

Author

Piotr Kolawa (@pkolawa) / (Linkedin)

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.