Poland KRS
Access to Polish National Court Register (KRS) — the government's authoritative registry of all businesses, foundations, and other legal entities.

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:
- Clone the repository.
- Install dependencies:
npm install - Build the project:
npm run build - 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.
Related Servers
DROMA MCP Server
Interact with DROMA drug-omics association analysis databases using natural language.
MySQL MCP Server
Integrates with MySQL databases to provide secure database access for LLMs.
SAP OData MCP Server
An MCP server for integrating with SAP OData services, configured via environment variables.
Iceberg MCP Server (via Impala)
Provides read-only access to Apache Iceberg tables via Apache Impala, allowing LLMs to inspect schemas and execute queries.
ChromaDB
Provides AI assistants with persistent memory using ChromaDB vector storage.
CData Oracle Eloqua
A read-only MCP server to query live Oracle Eloqua data. Requires a separate CData JDBC Driver for Oracle Eloqua.
Azure Data Explorer
An MCP server for integrating with Azure Data Explorer, allowing for data querying and management.
Seatable
A comprehensive Model Context Protocol (MCP) server for SeaTable that exposes end‑to‑end database capabilities (schema introspection, CRUD, querying, linking, select option management, and file attachment stubs) through 18+ rigorously defined tools.
Metabase MCP Server
Integrates AI assistants with the Metabase business intelligence and analytics platform.
UniProt MCP Server
Fetch protein information from the UniProt database.