verify-polish-company

verify-polish-company is a skill for Claude Code, Codex from bartosz-kuc/skanfirmy-mcp. It costs 140 tokens per session (1,579 once invoked), scanned A, original, MIT.

A skill for checking Polish companies and contractors using tax, court, statistical, banking, and European Union VAT registers. NIP is a Polish tax number, KRS is the court-register number, and REGON is the statistical-register number.

In plain words
What is it for?
Use it to check VAT status, verify a bank account on Poland's White List, retrieve KRS or REGON details, and validate EU VAT numbers through VIES.
Why use it?
It reduces the need to check several official business registers separately when verifying a contractor or company.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check VAT status, verify a bank account on Poland's White List, retrieve KRS or REGON details, and validate EU VAT numbers through VIES.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bartosz-kuc/skanfirmy-mcp/skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bartosz-kuc/skanfirmy-mcp --skill skill
Clone the repo
git clone --depth 1 https://github.com/bartosz-kuc/skanfirmy-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for verify-polish-company

README.md
[![agentmods](https://agentmods.dev/badge/skills/bartosz-kuc/skanfirmy-mcp/skill/github.svg)](https://agentmods.dev/skills/bartosz-kuc/skanfirmy-mcp/skill)
Your own site
<a href="https://agentmods.dev/skills/bartosz-kuc/skanfirmy-mcp/skill"><img src="https://agentmods.dev/badge/skills/bartosz-kuc/skanfirmy-mcp/skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verify-polish-company

Your own site · 80×15
<a href="https://agentmods.dev/skills/bartosz-kuc/skanfirmy-mcp/skill"><img src="https://agentmods.dev/badge/skills/bartosz-kuc/skanfirmy-mcp/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00140 $0.01579
Opus 5 $0.00070 $0.00790
Sonnet 5 $0.00028 $0.00316
Haiku 4.5 $0.00014 $0.00158

Measured 10d ago against content hash 26ae6486e828, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

verify-polish-company scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Call these with any HTTP client (`curl`, `fetch`, `requests`, a web-fetch
skill/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Verify a Polish company (skanfirmy.pl)

This skill verifies Polish businesses straight from official government registers (Ministry of Finance, Ministry of Justice / KRS, Statistics Poland / GUS, and the European Commission / VIES) through skanfirmy.pl, a free public API. Every endpoint is a plain GET that returns JSON when you add ?format=json. No API key, no account, no daily quota. Be reasonable: issue user-driven single lookups, not mass scraping.

When to use it

Reach for this skill when the user asks to:

  • check whether a Polish company is an active VAT payer or is VAT-exempt;
  • verify that a bank account belongs to a contractor on the White List (needed for Polish "due diligence" on payments over 15 000 PLN);
  • pull a company's KRS registry data (legal form, PKD, share capital, address, representation) by NIP or KRS number;
  • look up REGON and official name/address by NIP — including sole traders (JDG) that are not in the KRS;
  • validate an EU VAT number (any member state) via VIES;
  • check many NIPs at once.

NIP = 10-digit Polish tax ID. KRS = court-register number. REGON = statistical register number. VAT-UE/VIES numbers are prefixed by a 2-letter country code (e.g. DE, IE, FR).

REST endpoints (GET, keyless)

Call these with any HTTP client (curl, fetch, requests, a web-fetch tool). Append ?format=json for machine-readable JSON; without it you get crawlable HTML with embedded JSON-LD.

Endpoint What it returns
GET https://skanfirmy.pl/nip/{nip} VAT status + White List (accounts) + KRS data + REGON, combined in one response
GET https://skanfirmy.pl/nips/{list} The same for up to 30 comma-separated NIPs in one call (no KRS join)
GET https://skanfirmy.pl/regon/{nip} REGON registry data: REGON number, official name, legal form, address; covers sole traders (JDG)
GET https://skanfirmy.pl/vies/{country}/{number} Whether an EU VAT number is valid, plus the registered name/address

Read the full file on GitHub · 120 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 120 lines · 140 tokens per session scan A 26ae6486e828

Subscribe to this mod's changes

verify-polish-company is a skill published in the GitHub repository bartosz-kuc/skanfirmy-mcp (0 stars, last pushed 9d ago), licensed MIT. It adds 140 tokens to every session and 1,579 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

prepayment-check

A prepayment check for a company or other business partner using its tax identification number. It examines bankruptcy, court cases, licences, registration status, and the person signing the contract.

theYahia/WWmcp · 29 tokens

check-company

A company-checking workflow for Russian businesses using their tax or registration number. It gathers a brief report, financial statements, bankruptcy records, and court cases.

theYahia/WWmcp · 26 tokens

strale

Execute real-world verification and data capabilities through the Strale API. Use when tasks require IBAN validation, VAT checks, company lookups, sanctions screening, beneficial ownership, domain reputation, SSL certificate checks, web scraping, document extraction, patent search, GDPR checks, or any of 250+…

strale-io/strale · 146 tokens

analisi-delibere-consob

Ricerca e analisi delibere CONSOB su un tema con lettura provvedimenti, quadro normativo TUF/MiFID e sintesi orientamenti. Usa quando l'utente chiede delibere CONSOB, provvedimenti su mercati finanziari, sanzioni CONSOB, intermediari, emittenti, OPA, abusi di mercato, crowdfunding o cripto-attivita.

capazme/mcp-legal-it · 93 tokens

pianificazione-successione

Pianifica una successione ereditaria con calcolo quote legittime, imposte di successione, franchigie e adempimenti. Usa quando l'utente chiede di calcolare quote ereditarie, imposte successione, eredita, testamento, franchigia o donazione.

capazme/mcp-legal-it · 69 tokens

calcolo-parcella

Calcola la parcella dell'avvocato per attivita civile, penale o stragiudiziale secondo il D.M. 55/2014 con nota spese completa. Usa quando l'utente chiede compenso avvocato, notula, preventivo legale, parcella professionale o fattura per prestazione legale.

capazme/mcp-legal-it · 79 tokens