Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"krs-poland-mcp-server": {
"args": [
"-y",
"krs-poland-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for the Polish National Court Register (KRS) public API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'krs-poland-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked krs-poland-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal / data
Query and manage PostgreSQL databases directly from AI assistants
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for io.github.pkolawa/krs-poland-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

An MCP server for the Polish National Court Register (KRS) public API.
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.
npxTo 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"
]
}
}
}
This configuration tells the client how to start the KRS tool server.
The server provides the following tools (checklist):
get-krs-current-extract): Retrieves the current status and information for a given entity from the KRS.get-krs-full-extract): Retrieves the complete historical data for a given entity from the KRS.To run the server in a development environment:
npm installnpm run buildnpm startPiotr Kolawa (@pkolawa) / (Linkedin)
This project is licensed under the MIT License - see the LICENSE file for details.