skanfirmy-mcp
skanfirmy.pl — MCP-Server
Ein kostenloser, zustandsloser MCP-Server (Model Context Protocol), der KI-Agenten direkt polnische Unternehmen verifizieren und EU-USt-IdNr. validieren lässt – aus offiziellen Registern, ganz ohne Schlüssel, Anmeldung oder Limits, außer denen der Quellregister selbst.
Endpunkt:
https://skanfirmy.pl/mcp(JSON-RPC 2.0 über Streamable HTTP)9 Werkzeuge, die das USt-Register (Ministry of Finance), KRS (Ministry of Justice), REGON (Statistics Poland / GUS) und VIES (European Commission) kombinieren.
Ebenso als reines REST nutzbar für Crawler/Agenten, die nicht MCP sprechen.
Erstellt von Bartosz Kuć – dieselbe Person, die hinter skanfirmy.pl und dem otwarteAPI.pl Katalog polnischer & EU-öffentlicher APIs steht.
Werkzeuge
Tool | Was es ist |
| USt-Status (Biała Lista) + KRS-Daten zu einem Unternehmen anhand einer NIP |
| Massenabruf von bis zu 30 NIPs in einem Aufruf (MF USt-Register) |
| REGON-Registerdaten (GUS) nach NIP – inkl. Einzelunternehmer, die nicht im KRS eingetragen sind |
| EU-USt-IdNr. über VIES (European Commission) validieren |
| Prüft, ob ein Bankkonto für eine bestimmte NIP auf der USt-White-Liste steht |
| Individuelles Steuer-Mikrokonto (PIT/CIT/USt) aus NIP/PESEL |
| Suche in der PKD-2025-Klassifizierung wirtschaftlicher Aktivitäten |
| Rechner für gesetzliche / kommerzielle (B2B) Verzugszinsen |
| Durchsuche den Katalog otwarteAPI.pl – Verzeichnis weiterer öffentlicher polnischer/EU-APIs |
Related MCP server: ksef-mcp
Verbinden
Echten MCP-Clients, die Remote-Server (Streamable HTTP) unterstützen – zeigen Sie darauf:
https://skanfirmy.pl/mcpClaude Desktop / nur stdio – mit mcp-remote überbrücken:
{
"mcpServers": {
"skanfirmy": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://skanfirmy.pl/mcp"]
}
}
}Reines JSON-RPC (kein MCP-Client nötig):
# list tools
curl -s https://skanfirmy.pl/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
# check a company by NIP
curl -s https://skanfirmy.pl/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"sprawdz_nip","arguments":{"nip":"5261040828"}}}'Reines REST (ohne MCP)
Für Agenten/Crawler, die nur eine URL brauchen:
GET https://skanfirmy.pl/nip/{nip}– USt + KRSGET https://skanfirmy.pl/nips/{komma,getrennt,nips}– Massenabruf (≤30)GET https://skanfirmy.pl/regon/{nip}– REGON-RegisterdatenGET https://skanfirmy.pl/vies/{land}/{nummer}– EU-USt-IdNr. (VIES)
Fügen Sie ?format=json für JSON hinzu. Volle Doku: skanfirmy.pl/llms.txt.
Claude Agent Skill
Bevorzugen Sie eine sofort einsetzbare Agent Skill? skill/ enthält verify-polish-company – eine einzelne SKILL.md, die Claude Code, die Claude-Apps oder dem Agent SDK beibringt, wann und wie die obigen Endpunkte aufgerufen werden (ohne Schlüssel, nichts zu tun außer normalem HTTP):
cp -R skill ~/.claude/skills/verify-polish-companyDetails in skill/README.md.
Datenquellen
USt-Register / Scheidung (Ministry of Finance), KRS (Ministry of Justice), REGON / BIR (Statistics Poland – GUS), VIES (European Commission). Unabhängiges Projekt – mit keiner der Einrichtungen verbunden. Es wird nichts gespeichert; Antworten bleiben nur kurz im CDN-Cache (max. 24 Stunden), POST /endpoint wird überhaupt nicht gecacht.
Autor
Bartosz Część · skanfirmy.pl · github.com/bartosz-kuc · linkedin.com/in/bartosz-kuc · cal.com/bartosz-kuc
Lizenz
MIT ©Author: Bartosz Kuć. Dieses Repository dokumentiert den gehosteten Server und enthält sein MCP-Registrierungs-Manifest; der Server selbst wird unter https://skanfirmy.pl/mcp gehostet.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceLook up Polish companies from any AI assistant: registry data (KRS, REGON, CEIDG), VAT white list checks before payments, and financial statements of 4.4M businesses. Read-only tools backed by official public registers.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the Polish National e-Invoice System (KSeF) for authentication, invoice creation, validation, and retrieval via 30 tools.3MIT
- AlicenseAqualityDmaintenanceEnables real-time verification of Polish NIP (Tax Identification Numbers) using the official Ministry of Finance API. Also supports checking if a bank account belongs to a specific NIP.213MIT
- AlicenseAqualityBmaintenanceProvides AI agents with real-time access to Polish official data: VAT whitelist for company verification and NBP exchange rates, enabling checks on VAT status, company details, and currency conversion without API keys.5MIT
Related MCP Connectors
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bartosz-kuc/skanfirmy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server