mcpbeat Sign in

REGON (Polish business register) MCP Server

by smartmobilehouse Your server? Claim it
local only

REGON (Polish business register) runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 10 Aug 2026.

Look up Polish businesses in the GUS REGON register (BIR1) by NIP, REGON, or KRS.

Installs per day peak 815 · avg 57 · -48% w/w
a month agotoday
87
Installs / week
pypi · regon-mcp
1
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check REGON (Polish business register) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add regon-mcp -- uvx regon-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "regon-mcp": {
      "args": [
        "regon-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.regon-mcp]
command = "uvx"
args = ["regon-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "regon-mcp": {
      "args": [
        "regon-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "regon-mcp": {
      "args": [
        "regon-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REGON_API_KEY (GUS BIR USER_KEY for live production data. Omit to use the public test key against the anonymized test database.), REGON_ENV (Which GUS environment to query: 'test' (default) or 'prod'. Use 'prod' with a real USER_KEY.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to REGON (Polish business register)

same job, measured the same way
Krs Poland MCP Server
by pkolawa

Polish National registry of businesses and other legal entities

local only
Abn Lookup
by pipeworx-io

ABN Lookup MCP — BYOK wrapper around the Australian Business Register's

39 tools answering
MCP Krs Poland
by pkolawa

Polish National government's registry of all businesses, foundations, and other legal entities.

84 installs/wk local only
Poland KRS Company Registry Lookup & Monitor (KYB)
by nero-engine

Polish company records from the official KRS register API, with alerts on new registry entries.

answering
ARES (Czech business registry)
by milos106

MCP for ARES, the Czech business registry: lookup, due diligence, insolvency, signed provenance

34 installs/wk local only
China Medical Device Lookup
by huangjunsong404-crypto

Look up medical devices in China by UDI, product name, registrant, registration number or category.

6 tools answering
Canido MCP
by benswork-space

Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.

27 installs/wk local only
skanfirmy.pl
by bartosz-kuc

Verify Polish companies by NIP/KRS/REGON + EU VAT (VIES). 14 MCP tools, no key.

14 tools answering

REGON (Polish business register) — questions

Answers built from our own checks of this server.

Why is there no uptime for REGON (Polish business register)?
REGON (Polish business register) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package regon-mcp was installed 87 times last week.
How do I connect REGON (Polish business register)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls regon-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use REGON (Polish business register)?
The pypi package regon-mcp was installed 87 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is REGON (Polish business register) open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.