1. Conduid
  2. Developer Tools
  3. Poland KRS
MCP server · Developer Tools

Poland KRS

the government's authoritative registry of all businesses, foundations, and other legal entities.

Unclaimed MIT security
39Low

Scored 4 days ago · breakdown

About Poland KRS

Poland KRS is an MCP server published by pkolawa in the Developer Tools category: the government's authoritative registry of all businesses, foundations, and other legal entities. It has been installed 0 times through Conduid.

Install

Install
npx krs-poland-mcp-server
Claude Code
claude mcp add krs-poland-mcp-server -- npx -y krs-poland-mcp-server
npx
npx -y krs-poland-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Poland KRS

Powered by Claude · Grounded in docs

I know everything about Poland KRS. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.3.4v1.3.4
v1.3.3v1.3.3
v1.3.2v1.3.2
v1.3.1v1.3.1
v1.3.0v1.3.0

README

logo

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)

License

This project is licensed under the MIT License - see the LICENSE file for details.

README mirrored from the source repository 4 days ago. The original is authoritative.

Questions

About Poland KRS

How do I install Poland KRS?

Run npx krs-poland-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Poland KRS safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Poland KRS still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.