krs-verify
MCP server for verifying Polish business entities from the National Court Register (KRS) and VAT White List. Allows querying by KRS, NIP, or REGON to retrieve official company data including name, address, board, and capital.
README
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.
Narzędzia MCP
| Tool | Wejście | Źródło |
|---|---|---|
verify_entity(krs_number) |
numer KRS (10 cyfr) | api-krs.ms.gov.pl |
verify_entity_by_nip(nip) |
NIP (10 cyfr) | wl-api.mf.gov.pl → KRS |
verify_entity_by_regon(regon) |
REGON (9 cyfr) | wl-api.mf.gov.pl → KRS |
list_supported_registries() |
— | — |
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 auth - WL 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 8080
Endpoint 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.