getregdata
REC. MCPModel Context Protocol

Every official registry, as tools your agent can call.

One MCP server exposes 38 tools over 35 government and court registries in 16 jurisdictions. Ask in natural language; the agent resolves beneficial owners, insolvency filings and adverse media from the official source.

$ npx -y getregdata-mcp
Free · open source · on the official MCP Registry
38 tools/ 35 registries/ 11 jurisdictions/ pay per result
Agent session ✓ Official source
“Who ultimately owns Comarch S.A., and are they in any debtor register?”
regdata_crbr_beneficial_owners
regdata_krz_debtor
Beneficial owners
Declared owners6
Basis of controlsenior managing official
Discrepancy reportsnone
KRZ debtor entriesnone
2 tool calls · sourced from CRBR + KRZ
§ 01Setup

Three steps. Five minutes.

The server runs the actors in your own Apify account, so all it needs is your token. Nothing is stored on our side.

01
Get a free Apify token

Sign up at Apify and copy your API token. New accounts include $5 of credits - no card required.

02
Add the server

One command in Claude Code, or one config block in Claude Desktop, Cursor, Cline or Windsurf.

03
Ask a real question

“Resolve the beneficial owners of NIP 6770065406 and check them against the debtor register.”

Claude Code

A single command from your terminal.

bash
claude mcp add getregdata --env APIFY_TOKEN=apify_api_xxxxx -- npx -y getregdata-mcp
Claude Desktop · Cursor · Cline · Windsurf

Paste into your client’s MCP config file.

mcp.json
{
  "mcpServers": {
    "getregdata": {
      "command": "npx",
      "args": ["-y", "getregdata-mcp"],
      "env": { "APIFY_TOKEN": "apify_api_xxxxx" }, "timeout": 600000
    }
  }
}
claude.ai web · ChatGPT dev mode · remote agents

No install. Connect Apify’s hosted MCP endpoint with OAuth - the regdata registries are available as tools there, billed to your own Apify account. Swap the preloaded actors for any of the 35.

remote URL
https://mcp.apify.com/?actors=regdata/crbr-beneficial-owners-scraper,regdata/krz-debtor-scraper,regdata/germany-handelsregister-scraper
§ 02Prompts

Five questions that work today.

Paste any of these into your agent once the server is connected. It picks the registries and chains the calls.

01 KYC analyst
“Resolve the ultimate beneficial owners of Comarch S.A. (NIP 6770065406) from CRBR, then cross-check them against the board members filed in KRS.”
regdata_crbr_beneficial_owners → regdata_krs_fullnames
02 Credit risk
“Check whether NIP 6770065406 appears in the Polish KRZ debtor register, then screen the company for adverse media and summarise anything above low severity.”
regdata_krz_debtor → regdata_adverse_media
03 Cross-border DD
“Is this counterparty subject to insolvency proceedings anywhere we operate? Check the German Insolvenzbekanntmachungen, the Czech ISIR and the Spanish Registro Publico Concursal.”
regdata_germany_insolvency · regdata_czech_isir_insolvency · regdata_spain_concursal
04 Property DD
“Pull the ownership and mortgage entries for this land register number from the Polish EKW, and flag any encumbrance registered in the last 24 months.”
regdata_ekw_ksiegi_wieczyste
05 Compliance audit
“Before we sign: is any board member of this company a Polish parliamentary PEP, and does any of them appear in adverse media?”
regdata_poland_parliamentary_pep → regdata_adverse_media
§ 03Toolset

38 tools, grouped by jurisdiction.

Two helpers handle routing. The other 35 each read one official registry.

TOOLS 38
REGISTRIES 35
JURISDICTIONS 16
Routing · free to call
regdata_catalog

Lists every registry tool and what it returns, so the agent can pick before it spends.

regdata_describe

Fetches an actor’s live input schema so the call is constructed correctly the first time.

pl Poland 13 tools
KYB check
regdata_poland_kyb_check

One call: identity, beneficial owners and insolvency screened against the company and every owner, as a single verdict.

CRBR
regdata_crbr_beneficial_owners

Ultimate beneficial owners from the Central Register of Beneficial Owners.

KRS (financials)
regdata_poland_krs_financial

Annual financial statements and filings from the National Court Register.

KRS (board)
regdata_krs_fullnames

Management and board members registered in the National Court Register.

KRZ
regdata_krz_debtor

Insolvency and restructuring entries from the National Debtor Register.

EKW
regdata_ekw_ksiegi_wieczyste

Ownership and mortgage entries from the electronic land and mortgage register.

REGON
regdata_polish_regon

Company identity, PKD activity and status from the official GUS registry.

KNF
regdata_knf_registry

Regulated financial entities from the KNF supervision registers.

MSiG
regdata_msig

Official court and commercial announcements from Monitor Sądowy i Gospodarczy.

UOKiK
regdata_uokik_clauses

Abusive contract clauses from the UOKiK consumer-protection registry.

BDO
regdata_bdo_waste_registry

Waste-management registration entries from the BDO database.

PEP (Sejm)
regdata_poland_parliamentary_pep

Politically exposed persons from the Polish parliament for KYC/AML screening.

REGON (sites)
regdata_polish_premises

Local units and premises (jednostki lokalne) from the REGON registry.

de Germany 2 tools
es Spain 3 tools
fr France 1 tool
it Italy 2 tools
be Belgium 1 tool
at Austria 2 tools
cz Czechia 1 tool
sk Slovakia 1 tool
us United States · California 2 tools
ae UAE · ADGM 1 tool
cy Cyprus · DRCOR 1 tool
ie Ireland · CRO 1 tool
pt Portugal · Publicações 1 tool
ng Nigeria · CAC 1 tool
co Colombia · RUES 1 tool
xb Cross-border 1 tool
§ 04Questions

Before you wire it in.

Do I need an Apify account? +

Yes. The MCP server runs the registry actors in your own Apify account, so it needs an APIFY_TOKEN. Signing up is free and new accounts include $5 of credits, which is enough to trial every tool.

What does it cost? +

The MCP server itself is free and open source. You are billed by Apify only for the records you actually pull, at each actor’s published per-result rate. There is no subscription and no seat cost.

Where does the registry data go? +

Into your Apify account. The actors run under your token and the results land in your dataset. getregdata never receives, stores or warehouses the records you pull, which means you remain the data controller for anything you query.

Which MCP clients are supported? +

Any client that speaks the Model Context Protocol over stdio - Claude Code, Claude Desktop, Cursor, Cline, Windsurf. The server is listed on the official MCP Registry as io.github.Nolpak14/getregdata. Hosted clients that need a remote endpoint (claude.ai web, ChatGPT developer mode, Gemini) connect via Apify’s hosted MCP server at mcp.apify.com with OAuth, where every regdata registry is available as a tool.

How does the agent know which registry to use? +

Three helper tools do the routing. regdata_catalog lists all 35 registry tools and what each returns, and regdata_describe fetches an actor’s live input schema so the model can construct a correct call before it spends anything. regdata_run_result collects a check that was still running when its call returned - long checks hand back a runId rather than failing, so a slow run is never a charge without a result.

Is the data official? +

Every tool reads a named government or court registry at query time - never a resold aggregator - and the source registry travels with the record, so any answer your agent gives can be traced back to its filing.

Give your agent the official record.

38 tools · 35 registries · 16 jurisdictions · $5 free credits to begin