- Home
- MCP servers
- KRS Poland
KRS Poland
- javascript
2
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"pkolawa-krs-poland-mcp-server": {
"command": "npx",
"args": [
"-y",
"krs-poland-mcp-server"
]
}
}
}You run the KRS Poland MCP Server to expose the Polish National Court Register (KRS) API through the MCP protocol, so you can query current or full KRS records from LLM clients and other MCP-enabled tools without a full local install. This server is designed to be used via npx, making it easy to try or deploy in client workflows.
How to use
You can start the server directly in your environment with a single command, and then configure your MCP client to spawn the server as needed. The server provides two endpoints you can call from MCP clients: get-krs-current-extract for the current status of an entity and get-krs-full-extract for the complete historical data of an entity.
How to install
Prerequisites: you need Node.js and npm installed on your machine.
Install and run using npx:
npx krs-poland-mcp-server
Configuration and usage notes
If you want to integrate this server with an MCP client, you can configure the client to spawn the server process using the following MCP configuration snippet.
{
"mcpServers": {
"krs-poland-mcp-server": {
"command": "npx",
"args": [
"-y",
"krs-poland-mcp-server"
]
}
}
}
Available tools
get-krs-current-extract
Fetches the current status and basic information for a given entity from the KRS.
get-krs-full-extract
Fetches the complete historical data for a given entity from the KRS.