Data Collection
nipregon.pl
Access Polish company registry data including company details, financials, VAT status, and compliance risk flags.
ENDPOINT 1
https://api.nipregon.pl/mcp
MCP server metadata
- Name
- nipregon
- Version
- 1.1.0
NIPRegon.pl: official registry data on Polish companies (KRS court register, REGON, CEIDG, the Ministry of Finance VAT white list, financial statements). Data comes exclusively from public state registers. Use these tools when the user asks about a Polish company, its NIP/REGON/KRS, registry details, financials, or VAT status. Prohibited uses: creditworthiness scoring, automated assessment of natural persons, and direct marketing towards sole traders. Web profile: https://nipregon.pl/nip/{nip}
Known tools 7
get_companyGet the full registry profile of a Polish company by its NIP (10-digit tax ID).
Inferred read-onlyget_financialsGet yearly financial statements of a Polish company by NIP, as filed with the National Court Register (KRS).
Inferred read-onlycheck_vat_whitelistCheck a Polish company's VAT status in the Ministry of Finance taxpayer register (the 'white list', biała lista KAS) and, optionally, whether a given bank account number is registered to that company.
Inferred read-onlycheck_risk_flagsCompliance red-flag check for a Polish company (legal entity) by NIP.
Inferred read-onlyget_public_tendersGet Polish public-procurement contracts awarded to a company (legal entity) by NIP, as published in the Public Procurement Bulletin (BZP).
Inferred read-onlyget_leiGet the Legal Entity Identifier (LEI, ISO 17442) of a Polish company (legal entity) by NIP, from the GLEIF register.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nipregon]
url = "https://api.nipregon.pl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nipregon": {
"type": "http",
"url": "https://api.nipregon.pl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nipregon
Remote MCP URL: https://api.nipregon.pl/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nipregon": {
"url": "https://api.nipregon.pl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nipregon": {
"type": "http",
"url": "https://api.nipregon.pl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nipregon",
"transport": "streamable-http",
"url": "https://api.nipregon.pl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nipregon.pl was fetched 2026-08-04T15:51:06.662Z and is being refreshed.
nipregon.pl is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.