{
  "markdown": "![logo](logo.png)\n\n# KRS Poland MCP Server\n\nAn MCP server for the Polish National Court Register (KRS) public API.\n\n## Usage\n\nThis server is designed to be run with `npx`, allowing you to use it as a tool provider for LLM clients without a global installation.\n\n### Running with `npx`\n\nTo start the server, run the following command:\n\n```bash\nnpx krs-poland-mcp-server\n```\n\n### Configuration for LLM Clients\n\nTo 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:\n\n```json\n{\n  \"mcpServers\": {\n    \"krs-poland-mcp-server\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"krs-poland-mcp-server\"\n      ]\n    }\n  }\n}\n```\n\nThis configuration tells the client how to start the KRS tool server.\n\n## Server Functions\n\n\nThe server provides the following tools (checklist):\n\n- [x] **Get Current KRS Record** (`get-krs-current-extract`): Retrieves the current status and information for a given entity from the KRS.\n- [x] **Get Full KRS Record** (`get-krs-full-extract`): Retrieves the complete historical data for a given entity from the KRS.\n\n## Development\n\nTo run the server in a development environment:\n\n1.  Clone the repository.\n2.  Install dependencies: `npm install`\n3.  Build the project: `npm run build`\n4.  Run the server: `npm start`\n\n## Author\n\nPiotr Kolawa ([@pkolawa](https://github.com/pkolawa)) / ([Linkedin](https://linkedin.com/in/pkolawa))\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
  "bytes": 1592,
  "sha": "fda0a4ceb2ab14b3e01d2ad5c4a7bb96a24b64b69dba00889a2165d483451814",
  "repo_slug": "pkolawa/mcp-krs-poland",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pkolawa_mcp_krs_poland_a5511ee2/readme"
}