krs-verify
Click on "Deploy 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-krs
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 deployed
Maintenance
Related MCP Connectors
MCP server for 3M+ Polish companies — KRS & CEIDG financials, ownership, and industry search.
Verify Polish companies by NIP/KRS/REGON + EU VAT (VIES). 14 MCP tools (9 no-key).
Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements
EU VIES VAT-number validation MCP (European Commission).
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server providing AI assistants access to Polish public registries (KRS, CEIDG) and statistical data (GUS BDL) for querying companies, sole proprietorships, and regional statistics.7MIT
- AlicenseAqualityBmaintenanceMCP server for the Polish company register (KRS) via the official Ministry of Justice API — entities, boards and shareholders with verifiable citations.328 npm1MIT
- AlicenseAqualityCmaintenanceMCP server that provides AI agents with Polish business data tools: identifier validation (NIP, PESEL, REGON, KRS, IBAN), VAT whitelist checks, EU VIES lookups, and NBP exchange rates.57 npmMIT
- AlicenseAqualityBmaintenanceMCP server for Polish company registries that enables looking up companies by NIP or KRS using public government APIs with no authentication required.2MIT