Getregdata MCP Server

Official business-registry data - KYC/AML, UBO, credit-risk, adverse media across 11 jurisdictions.

Remote serverstreamable-httpPython

What is the Getregdata MCP server?

If you already use Getregdata, the getregdata mcp server is the piece that lets your assistant work with it directly. Official business-registry data - KYC/AML, UBO, credit-risk, adverse media across 11 jurisdictions.

What the server does

Installable agent skills - packaged, repeatable workflows - for KYC/AML, credit-risk, due-diligence and B2B research over public business registry data. Official registries across Europe, the United States, the UAE, Africa and Latin America, plus cross-border adverse-media screening. Each skill turns official public registries into a process your agent can run on demand. Built on Apify actors for reliable, scalable access.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • New — incorporation lead feed** (regdata-lead-gen) - a daily feed of newly
  • Skill — Use Case
  • regdata — Router - identifies your need and recommends the right skill
  • regdata-kyc-aml — KYC/AML/KYB compliance, entity verification, beneficial owners
  • regdata-credit-risk — Insolvency monitoring, credit risk, financial analysis
  • regdata-property — Property due diligence, ownership verification, mortgages
  • regdata-compliance — Consumer protection audits, ESG/environmental compliance
  • regdata-lead-gen — B2B prospecting, decision-maker discovery, market research
  • companies-house-uk — UK Companies House API
  • sec-edgar-us — US SEC EDGAR
  • norway-company-registry — Brønnøysundregistrene (data.brreg.no)
  • france-company-lookup — api.gouv.fr (INSEE/INPI)

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Credentials and setup notes

Configuration is passed through the environment: APIFY_TOKEN, YOUR_APIFY_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Getregdata's toolset — New, Skill, regdata and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Nolpak14; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Getregdata.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Newincorporation lead feed** (regdata-lead-gen) - a daily feed of newly
SkillUse Case
regdataRouter - identifies your need and recommends the right skill
regdata-kyc-amlKYC/AML/KYB compliance, entity verification, beneficial owners
regdata-credit-riskInsolvency monitoring, credit risk, financial analysis
regdata-propertyProperty due diligence, ownership verification, mortgages
regdata-complianceConsumer protection audits, ESG/environmental compliance
regdata-lead-genB2B prospecting, decision-maker discovery, market research
companies-house-ukUK Companies House API
sec-edgar-usUS SEC EDGAR
norway-company-registryBrønnøysundregistrene (data.brreg.no)
france-company-lookupapi.gouv.fr (INSEE/INPI)
switzerland-zefixZefix (Swiss federal index)
denmark-cvrCVR (Erhvervsstyrelsen)

How to install the Getregdata MCP server

{
  "mcpServers": {
    "getregdata": {
      "command": "npx",
      "args": ["-y", "skills"],
      "env": {
        "APIFY_TOKEN": "your-value",
        "YOUR_APIFY_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
APIFY_TOKENCredential the server authenticates with.Yes
YOUR_APIFY_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Getregdata to New.
  • Use Getregdata to Skill.
  • Use Getregdata to regdata.

Frequently asked questions

It connects Getregdata to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (New, Skill, regdata, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Getregdata directly.