krs-verify
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@krs-verifyVerify company by NIP 1234567890"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
krs-verify
MCP server do weryfikacji polskich podmiotów gospodarczych z Krajowego Rejestru Sądowego (KRS) i Białej Listy Podatników VAT.
Komplementarny do legal-cite-pl — razem tworzą ekosystem narzędzi anti-halucynacja dla Claude przy pracy z polskimi umowami.
Po co to narzędzie?
Claude może hallucynować dane rejestrowe — błędną nazwę spółki, nieaktualny skład zarządu, zły NIP. Przy oznaczeniu strony w umowie, błędne dane to ryzyko prawne.
krs-verify pobiera dane verbatim z oficjalnych źródeł (MS, MF) i zwraca je Claude bez żadnego przetwarzania.
Related MCP server: mcp-polish-data
Narzędzia MCP
Tool | Wejście | Źródło |
| numer KRS (10 cyfr) | api-krs.ms.gov.pl |
| NIP (10 cyfr) | wl-api.mf.gov.pl → KRS |
| REGON (9 cyfr) | wl-api.mf.gov.pl → KRS |
| — | — |
Zwracane dane: pełna nazwa, forma prawna, KRS/NIP/REGON, adres siedziby, organ i sposób reprezentacji, skład zarządu, kapitał zakładowy, status.
Źródła danych
KRS API (
api-krs.ms.gov.pl) — Ministerstwo Sprawiedliwości, odpis aktualny, bez authWL API (
wl-api.mf.gov.pl) — Biała Lista Podatników VAT MF, pełne dane reprezentantów, bez auth (limit: 100 zapytań/dobę)
Nie obsługiwane: CEIDG (wymaga klucza), GUS REGON (wymaga zatwierdzenia).
Instalacja lokalna (Claude Desktop / Claude Code)
{
"mcpServers": {
"krs-verify": {
"command": "uvx",
"args": ["krs-verify"]
}
}
}Deploy na Google Cloud Run
gcloud run deploy krs-verify \
--source . \
--region europe-west4 \
--allow-unauthenticated \
--port 8080Endpoint MCP po deploy: https://krs-verify-xxxx-lm.a.run.app/mcp
⚠️ Zastrzeżenie
Dane pobierane przez API mają charakter informacyjny. Odpis przez API nie zastępuje urzędowego odpisu sądowego tam, gdzie ten jest wymagany przepisami prawa lub postanowieniem umownym. Zawsze weryfikuj dane z aktualnym odpisem z systemu PRS (prs.ms.gov.pl).
Why this tool?
Polish KRS (National Court Register) data fetched verbatim from the official Ministry of Justice API — no hallucination, no stale training data.
Complementary to legal-cite-pl.
Returns: full company name, legal form, KRS/NIP/REGON, registered address, representation rules, board composition, share capital, status.
Sources: api-krs.ms.gov.pl (Ministry of Justice) + wl-api.mf.gov.pl (Ministry of Finance VAT list).
No API keys required. Public data only.
License
Apache 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apiotrowski-afk/krs-verify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server