Official business-registry data - KYC/AML, UBO, credit-risk, adverse media across 11 jurisdictions.
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.
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.
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 newlySkill — Use Caseregdata — Router - identifies your need and recommends the right skillregdata-kyc-aml — KYC/AML/KYB compliance, entity verification, beneficial ownersregdata-credit-risk — Insolvency monitoring, credit risk, financial analysisregdata-property — Property due diligence, ownership verification, mortgagesregdata-compliance — Consumer protection audits, ESG/environmental complianceregdata-lead-gen — B2B prospecting, decision-maker discovery, market researchcompanies-house-uk — UK Companies House APIsec-edgar-us — US SEC EDGARnorway-company-registry — Brønnøysundregistrene (data.brreg.no)france-company-lookup — api.gouv.fr (INSEE/INPI)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.
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.
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.
| Tool | What it does |
|---|---|
| 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) |
| switzerland-zefix | Zefix (Swiss federal index) |
| denmark-cvr | CVR (Erhvervsstyrelsen) |
{
"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.
| Variable | Description | Required |
|---|---|---|
| APIFY_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_APIFY_TOKEN | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.