Skip to main content
Glama

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

sprawdz_nip

USt-Status (Biała Lista) + KRS-Daten zu einem Unternehmen anhand einer NIP

sprawdz_lista_nip

Massenabruf von bis zu 30 NIPs in einem Aufruf (MF USt-Register)

sprawdz_regon

REGON-Registerdaten (GUS) nach NIP – inkl. Einzelunternehmer, die nicht im KRS eingetragen sind

sprawdz_vies

EU-USt-IdNr. über VIES (European Commission) validieren

sprawdz_rachunek

Prüft, ob ein Bankkonto für eine bestimmte NIP auf der USt-White-Liste steht

generuj_mikrorachunek

Individuelles Steuer-Mikrokonto (PIT/CIT/USt) aus NIP/PESEL

szukaj_pkd

Suche in der PKD-2025-Klassifizierung wirtschaftlicher Aktivitäten

oblicz_odsetki

Rechner für gesetzliche / kommerzielle (B2B) Verzugszinsen

szukaj_katalog_api

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/mcp

Claude 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 + KRS

  • GET https://skanfirmy.pl/nips/{komma,getrennt,nips} – Massenabruf (≤30)

  • GET https://skanfirmy.pl/regon/{nip} – REGON-Registerdaten

  • GET 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-company

Details 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.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Look 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.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with the Polish National e-Invoice System (KSeF) for authentication, invoice creation, validation, and retrieval via 30 tools.
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    2
    13
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/bartosz-kuc/skanfirmy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server