Skip to main content
ClaudeWave
pkolawa avatar
pkolawa

krs-poland-mcp-server

View on GitHub

The MCP server for KRS Poland public API.

MCP ServersOfficial Registry4 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · krs-poland-mcp-server
Claude Code CLI
claude mcp add krs-poland -- npx -y krs-poland-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "krs-poland": {
      "command": "npx",
      "args": ["-y", "krs-poland-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

![logo](logo.png)

# 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:

```bash
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:

```json
{
  "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):

- [x] **Get Current KRS Record** (`get-krs-current-extract`): Retrieves the current status and information for a given entity from the KRS.
- [x] **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](https://github.com/pkolawa)) / ([Linkedin](https://linkedin.com/in/pkolawa))

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

What people ask about krs-poland-mcp-server

What is pkolawa/krs-poland-mcp-server?

+

pkolawa/krs-poland-mcp-server is mcp servers for the Claude AI ecosystem. The MCP server for KRS Poland public API. It has 4 GitHub stars and its last recorded update is dated 2026-08-23.

How do I install krs-poland-mcp-server?

+

You can install krs-poland-mcp-server by cloning the repository (https://github.com/pkolawa/krs-poland-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pkolawa/krs-poland-mcp-server safe to use?

+

Our security agent has analyzed pkolawa/krs-poland-mcp-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains pkolawa/krs-poland-mcp-server?

+

pkolawa/krs-poland-mcp-server is maintained by pkolawa. The last recorded GitHub activity is dated 2026-08-23, with 1 open issues.

Are there alternatives to krs-poland-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy krs-poland-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pkolawa/krs-poland-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pkolawa-krs-poland-mcp-server)](https://claudewave.com/repo/pkolawa-krs-poland-mcp-server)
<a href="https://claudewave.com/repo/pkolawa-krs-poland-mcp-server"><img src="https://claudewave.com/api/badge/pkolawa-krs-poland-mcp-server" alt="Featured on ClaudeWave: pkolawa/krs-poland-mcp-server" width="320" height="64" /></a>

More MCP Servers

krs-poland-mcp-server alternatives