Back to MCP Servers

Openregistry

Live official data from 27 national company registries (UK Companies House, France RNE, Germany Handelsregister, Korea OpenDART, Canada CBCA, 10 US states, and more) for KYC / AML / due-diligence workflows. Raw official records, no intermediaries. A platform by sophymarine. Host…

finance-fintech

Installation

npx -y openregistry

Configuration

{
  "mcpServers": {
    "openregistry": {
      "command": "npx",
      "args": ["-y", "openregistry"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub