krs-poland-mcp-server
The MCP server for KRS Poland public API.
Documentation

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-serverConfiguration 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):
- [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) / (Linkedin)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Frequently asked questions
What is krs-poland-mcp-server?
krs-poland-mcp-server is The MCP server for KRS Poland public API.
How do I install krs-poland-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is krs-poland-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/pkolawa/krs-poland-mcp-server and has 4 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP