OpenRegistry

AI를 위한 실시간 법인 등록부 데이터

26개국의 공식 등록부에 AI 클라이언트를 연결하는 MCP 서버. 10개의 도구를 제공하며, 각 호출은 등록부의 응답을 그대로 반환합니다.

Tools: search companies, get original profiles, officers, shareholders, financials and filings.

무료, 가입 불필요. 웹에서 24개 등록부, MCP로 26개.

라이선스 제공: UK Companies House, Ireland CRO, Norway Brønnøysundregistrene, Switzerland Zefix, Canada Corporations Canada, Netherlands KVK, 외 다수.

빠른 시작

AI 클라이언트 연결

주요 MCP 호환 클라이언트 전체에서 작동합니다. 사용하시는 클라이언트를 선택하고 설정을 붙여넣으면, 첫 번째 도구 호출 시 브라우저가 선택적 로그인 절차를 안내합니다 (익명 등급은 계정이 필요 없습니다).

Platform macOS · Windows · Linux

Setup

  1. 01Open Claude → Settings → Connectors → Add custom connector.
  2. 02Paste the URL https://openregistry.sophymarine.com/mcp and save.
  3. 03Restart Claude. The first tool call opens the browser for optional sign-in.

On older builds without the Connectors UI, use the JSON config on the right (it bridges via mcp-remote).

Config (JSON) claude_desktop_config.json (legacy bridge)

{
  "mcpServers": {
    "openregistry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://openregistry.sophymarine.com/mcp"
      ]
    }
  }
}

Platform Any terminal (macOS · Windows · Linux)

Setup

  1. 01Run the command on the right in your terminal.
  2. 02Verify with claude mcp list.
  3. 03Open Claude Code; the first tool call opens the browser for optional sign-in.

On Claude Code 2.1.1+ you can also use the JSON form: claude mcp add-json openregistry '{"type":"http","url":"https://openregistry.sophymarine.com/mcp"}'

Command terminal

claude mcp add --transport http openregistry https://openregistry.sophymarine.com/mcp

Platform Gemini CLI (terminal · macOS · Windows · Linux)

Setup

  1. 01Install the Gemini CLI from github.com/google-gemini/gemini-cli if you don't already have it.
  2. 02Run the one-line extension install on the right. Our public repo carries a gemini-extension.json manifest, so this wires the MCP endpoint automatically.
  3. 03Or skip the extension and add the mcpServers block to ~/.gemini/settings.json (Gemini uses the httpUrl field, not url).

Heads-up: Google's consumer Gemini app at gemini.google.com does not support custom MCP connectors today — only the CLI and Gemini Enterprise (Google Cloud admin path) do.

Extension command terminal

gemini extensions install https://github.com/sophymarine/openregistry

Manual config ~/.gemini/settings.json

{
  "mcpServers": {
    "openregistry": {
      "httpUrl": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

Platform ChatGPT web · Plus, Pro, Business, Enterprise, or Education plan (Developer Mode, beta)

Setup

  1. 01In ChatGPT: Settings → Apps & Connectors → Advanced settings, enable Developer Mode.
  2. 02Back on the Connectors page, click Create and paste the URL on the right.
  3. 03The first tool call opens the browser for optional sign-in (anonymous tier needs no account).

Step-by-step in OpenAI's developer-mode help article.

URL paste in Connectors UI

https://openregistry.sophymarine.com/mcp

Platform Perplexity web · Comet browser · Computer agent · Pro / Max / Enterprise tier

Setup

  1. 01Sign in to Perplexity on a Pro, Max, or Enterprise plan (Free tier doesn't expose the connector UI).
  2. 02Open Settings → Connectors, choose Add custom remote connector, paste the URL on the right, and pick OAuth for authentication.
  3. 03The first tool call opens the browser for optional sign-in. The connector then works in both regular chat and Perplexity's Computer agent workflows.

Announced in Perplexity's 2026-03-13 changelog: "Pro, Max, and Enterprise subscribers can now connect Perplexity to any external tool or data source using the Model Context Protocol (MCP)."

URL paste in Connectors UI

https://openregistry.sophymarine.com/mcp

Platform macOS · Windows · Linux

Setup

  1. 01Click Add to Cursor above for one-click install.
  2. 02Or paste the config on the right into ~/.cursor/mcp.json.
  3. 03Open Cursor → Settings → MCP. The first tool call opens the browser for optional sign-in.

Config (JSON) ~/.cursor/mcp.json

{
  "mcpServers": {
    "openregistry": {
      "url": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

Platform macOS · Windows · Linux (Windsurf / Codeium)

Setup

  1. 01Open ~/.codeium/windsurf/mcp_config.json (create the file if missing).
  2. 02Paste the config on the right. Windsurf uses serverUrl (not url) and supports Streamable HTTP + SSE alongside stdio.
  3. 03In Windsurf: Cmd/Ctrl+Shift+P → Reload Window. Tools appear in Cascade's MCP list.

Windsurf also has an internal MCP registry reachable via the windsurf://windsurf-mcp-registry deep-link, but it only lists servers Windsurf has onboarded directly — paste-the-config is the path for arbitrary MCP servers.

Config (JSON) ~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "openregistry": {
      "serverUrl": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

Platform VS Code 1.101+ (GitHub Copilot Agent mode)

Setup

  1. 01Click an Install Server button above.
  2. 02Or paste the config on the right into .vscode/mcp.json (workspace) or User Settings → MCP.
  3. 03Toggle Agent mode in Copilot Chat. Tools appear automatically.

Config (JSON) .vscode/mcp.json

{
  "servers": {
    "openregistry": {
      "type": "http",
      "url": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

Platform v0.app (web · any v0 plan)

Setup

  1. 01Open v0.app/chat/settings/mcp-connections (or click Add MCP directly in the prompt form).
  2. 02Click Add MCP and paste the URL on the right. v0 accepts Streamable HTTP MCP servers via URL — no command/args needed.
  3. 03Save. Tools are available in the next chat. The first call opens the browser for optional sign-in.

Reference: v0.app/docs/MCP (two entrypoints: prompt form + MCP Connections settings page).

URL paste in v0's Add MCP wizard

https://openregistry.sophymarine.com/mcp

Platform Word · Excel · PowerPoint · Teams · Outlook (Microsoft 365 Copilot license)

Setup

  1. 01In Microsoft Copilot Studio, open or create an agent → ToolsAdd a toolNew toolModel Context Protocol.
  2. 02Paste the URL on the right, then for Authentication pick OAuth 2.0 → Dynamic discovery (OpenRegistry implements DCR with discovery — zero config).
  3. 03Publish the agent and submit it for admin approval. After your Global / Teams Admin approves it in the Microsoft 365 admin center, it appears in the Agent Store across Teams, Outlook, Word, Excel, and PowerPoint.

Organisation-level deployment, not one-click — Microsoft routes all third-party MCP through Copilot Studio agents. Requires a Microsoft 365 Copilot license. Step-by-step in Microsoft's Copilot Studio MCP docs and the Agent Store guide.

URL paste in Copilot Studio MCP wizard

https://openregistry.sophymarine.com/mcp

Platform VS Code · Cursor · Windsurf (Cline extension)

Setup

  1. 01Open Cline → MCP Servers tab → Edit settings.
  2. 02Paste the config on the right into cline_mcp_settings.json.
  3. 03Cline reloads MCP servers automatically. The first tool call opens the browser.

Config (JSON) cline_mcp_settings.json

{
  "mcpServers": {
    "openregistry": {
      "url": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

Platform Windsurf · Zed · Goose · Continue · any MCP 2025-06-18 client

Setup

  1. 01Open your client's MCP settings file.
  2. 02Paste the config on the right.
  3. 03Reload the client. The first tool call opens the browser for optional sign-in.

Windsurf calls the URL field serverUrl instead of url; file at ~/.codeium/windsurf/mcp_config.json. Zed: ~/.config/zed/settings.json under context_servers. Goose: ~/.config/goose/profiles.yaml.

Config (JSON) standard MCP shape

{
  "mcpServers": {
    "openregistry": {
      "url": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

Windsurf variant

{
  "mcpServers": {
    "openregistry": {
      "serverUrl": "https://openregistry.sophymarine.com/mcp"
    }
  }
}

엔드포인트: https://openregistry.sophymarine.com/mcp · GitHub에서 문서 보기 · 마케팅 사이트

사용 사례

이렇게 질문하실 수 있습니다

예시 프롬프트

“Companies House에서 Monzo Bank를 검색하고 전체 프로필을 보여주세요.”

호출된 도구

search_companies → get_company_profile

응답 샘플

{
  "company_id": "09446231",
  "company_name": "MONZO BANK LIMITED",
  "status": "active",
  "incorporation_date": "2015-02-18",
  "registered_address": "Broadwalk House, 5 Appold Street, London, EC2A 2AG",
  "jurisdiction_data": {
    "company_type": "ltd",
    "company_status": "active",
    "sic_codes": ["64190"],
    "has_charges": true,
    "has_insolvency_history": false,
    "accounts": {
      "next_due": "2025-09-30",
      "last_accounts": { "made_up_to": "2024-12-31" }
    }
  }
}

예시 프롬프트

“Monzo Bank의 현직 이사가 누구입니까?”

호출된 도구

get_officers

응답 샘플

{
  "company_id": "09446231",
  "officers": [
    {
      "name": "ANIL, TS",
      "role": "director",
      "appointed_on": "2020-04-01",
      "resigned_on": null,
      "occupation": "Chief Executive Officer",
      "nationality": "British"
    },
    {
      "name": "GANDHI, Sujata",
      "role": "director",
      "appointed_on": "2022-05-12",
      "resigned_on": null,
      "occupation": "Non-Executive Director"
    }
  ],
  "active_count": 11,
  "total_count": 38
}

예시 프롬프트

“Monzo Bank의 최대 주주는 누구이며, 보유 지분율은 얼마입니까?”

호출된 도구

get_shareholders

응답 샘플

{
  "company_id": "09446231",
  "as_of": "2024-12-31",
  "shareholders": [
    {
      "name": "Y Combinator Continuity II LP",
      "share_class": "Preferred",
      "shares_held": 5814203,
      "percentage": 14.6
    },
    {
      "name": "Passion Capital Fund II LP",
      "share_class": "Preferred",
      "shares_held": 4321117,
      "percentage": 10.9
    }
  ],
  "total_count": 47
}

예시 프롬프트

“Monzo Bank의 최신 재무제표를 가져와 주요 수치를 보여주세요.”

호출된 도구

get_financials

응답 샘플

{
  "company_id": "09446231",
  "period_end": "2024-02-29",
  "currency": "GBP",
  "headline": {
    "revenue": 880100000,
    "operating_profit": 13900000,
    "profit_before_tax": 15400000,
    "total_assets": 13100000000,
    "net_assets": 535900000
  },
  "source_document_id": "MzM5NzA3MjUy...",
  "source_format": "application/xhtml+xml"
}

예시 프롬프트

“Monzo Bank의 가장 최근 연차 보고서를 가져와 주요 수치를 보여주세요.”

호출된 도구

list_filings → fetch_document

응답 샘플

{
  "filing_id": "MzM5NzA3MjUyYWRp...",
  "filing_date": "2024-09-27",
  "category": "accounts",
  "description": "Full accounts made up to 2024-02-29",
  "document_id": "MzM5NzA3MjUy...",
  "document": {
    "chosen_format": "application/xhtml+xml",
    "size_bytes": 284571,
    "source_url": "https://document-api.company-information.service.gov.uk/...",
    "bytes_base64": "<xhtml iXBRL content returned inline for AI analysis>"
  }
}
실시간 사례 연구

단일 프롬프트로 4계층 지분 구조 추적

AI 프롬프트 한 번. 도구 호출 다섯 번. Iceland Foods Limited의 전체 법적 지분 구조 트리가 드러납니다. 4단계 영국 지주회사 계층을 거슬러 올라가 실제 슈퍼마켓을 소유한 8명의 개인까지 이어집니다. 모든 데이터는 Companies House에서 실시간으로 들어옵니다. 애그리게이터도, 캐시도, API 키도 없습니다.

터미널 녹화 애니메이션: OpenRegistry가 Iceland Foods UK 주주의 4개 계층을 추적하여 Walker 가문과 Tarsem Dhaliwal 및 지분율에 도달합니다
실시간 /mcp 엔드포인트 대상으로 처음부터 끝까지 약 30초. 2026-04-28 녹화.

프롬프트

"Walk the shareholders of Iceland Foods Limited all the way up until you reach
individuals, and tell me everyone's percentage."

에이전트가 호출하는 항목

1.  search_companies({ jurisdiction: "GB", query: "Iceland Foods" })
    ->  ICELAND FOODS LIMITED  ·  company_id 01107406  ·  active

2.  get_shareholders({ jurisdiction: "GB", company_id: "01107406" })
    ->  pointer to the latest CS01 confirmation statement filing

3.  fetch_document({ document_id: <CS01 id>, max_bytes: 5_000_000 })
    ->  raw iXBRL bytes of the CS01; agent parses the share register:
        35,000,100 ORDINARY + 10 A ORDINARY + 110,000 PREFERENCE
        all held by WD FF MIDCO LIMITED  (100%)

4.  get_shareholders + fetch_document on WD FF MIDCO LIMITED (07912960)
    ->  ICELAND VLNCO LIMITED  ·  2 ORDINARY shares  ·  100%

5.  get_shareholders + fetch_document on ICELAND VLNCO LIMITED (07939288)
    ->  LANNIS LIMITED  ·  2 ORDINARY shares  ·  100%

6.  get_shareholders + fetch_document on LANNIS LIMITED (07875222)
    ->  WD FF LIMITED  ·  3 ORDINARY shares  ·  100%

7.  get_shareholders + fetch_document on WD FF LIMITED (12634860)
    ->  total share capital 250,000,000 across 4 voting classes:

        TARSEM DHALIWAL               41.35 %    (CEO)
        MC WALKER 2008 SETTLEMENT     20.40 %
        MALCOLM WALKER                10.00 %    (founder, b. 1946)
        MC WALKER 2021 SETTLEMENT      8.78 %
        PAULSAMMY 2007 LIMITED         7.33 %
        RICHARD WALKER                 4.04 %    (executive chairman)
        ALEXIA GHARAGOZLOU             4.04 %
        CAROLINE GOODING               4.04 %

재귀 호출 5회, 4계층, 약 30초. 위의 모든 주장은 감사인이 독립적으로 검증할 수 있는 Companies House URL로 뒷받침됩니다. Enterprise 등급에서는 각 응답의 jurisdiction_data.source_urlfind-and-update.company-information.service.gov.uk로 직접 연결되는 링크를 포함합니다. Free / Pro / Max 등급에서는 등기소에서 발급한 식별자만으로도 URL을 재구성할 수 있습니다.

동일한 5회 호출 루프는 국경 간 실사로도 일반화됩니다. jurisdiction: "GB"를 어떤 재귀 단계에서든 지원되는 26개 등기소 중 어느 것으로든 교체하시면 됩니다. 제품화된 KYB / UBO 워크플로는 /solutions/kyb에서 확인하실 수 있습니다.

포함 사항

기본으로 제공되는 기능

  • 실시간 패스스루. 모든 도구 호출은 질의 시점에 법정 등기소에 직접 조회합니다. 야간 스크랩이 아닙니다.
  • 모든 국가에서 통합된 JSON 스키마. 동일한 도구 시그니처가 GB, FR, DE, KR, AU, CA 등 어디서나 작동합니다.
  • 원본 제출 문서를 인라인 제공. 연차 보고서, 확인 진술서, 설립 증서를 PDF / XHTML iXBRL / XML로 반환합니다.
  • Streamable HTTP MCP 전송. Cursor, Cline, Claude Code에서 네이티브 지원. Claude Desktop은 mcp-remote를 통해 연결됩니다.
  • PKCE 및 동적 클라이언트 등록을 지원하는 OAuth 2.1. 사양 준수 MCP 클라이언트라면 로그인 흐름을 자동 검색합니다.
  • 무료 익명 등급 (IP당 분당 20회). 계정 없이도 모든 관할 구역의 모든 도구를 시도해 보실 수 있습니다.
데이터

조회할 수 있는 정보

지원되는 모든 등기소에 걸친 통합 스키마. 모든 관할 구역이 모든 카테고리를 공개하지는 않습니다. list_jurisdictions는 실시간 기능 매트릭스를 반환합니다.

회사 프로필
법적 명칭, 등록 번호, 법인 형태, 상태, 설립일, 등록 주소, 산업 / 활동 코드, 이전 명칭.
임원
이사, 비서, 이사회 및 위원회 구성원. 현직과 전직 모두 역할, 재임 기간, 공개된 국적까지 포함합니다.
주주
등기소가 소유권을 공개하는 경우, 등록 주주, 파트너, 지분 보유자 및 자본 배분 정보.
실소유자
법정 PSC / UBO 등록부. 지배 형태, 소유 임계값, 의결권 구간, 통지일 및 종료일.
담보권
등록된 저당권 및 고정 / 부동 담보권. 권리자, 설정일, 변제 상태.
공시 및 재무
카테고리와 문서 ID가 포함된 전체 공시 색인. 회계 보고서, 연차 보고서, 법정 공시 자료에 직접 접근하실 수 있습니다.
원본 문서
실제 제출된 문서. PDF, XHTML iXBRL, XML 형식. 페이지 범위 조회, 목차 탐색, 문서 내 구문 검색을 지원합니다.
특수 조회
하위 등록부 레코드, 코드 목록 해석, 주소 표준화, 변경 배치 피드, 사업장 목록, 상호명 사용 가능 여부 확인.
관할

26개의 공식 등록부

UK Companies House, Germany Handelsregister, France Sirene + RNE, EU BRIS를 경유한 Italy InfoCamere, Spain BORME, Korea OPENDART, Czechia ARES, Poland KRS, Netherlands KVK, Belgium KBO/BCE, Switzerland Zefix, Norway Brreg, Finland PRH, Russia ЕГРЮЛ 및 아래의 그 외 등기소에 직접 연결됩니다. 모두 출처에서 직접 가져오며, 애그리게이터 계층은 없습니다. 모든 등기소가 모든 데이터 카테고리를 공개하지는 않습니다. list_jurisdictions는 실시간 기능 매트릭스를 반환합니다.

  • 🇬🇧 United Kingdom Companies House GB
  • 🇮🇪 Ireland CRO IE
  • 🇦🇺 Australia ABR · ABN Lookup AU
  • 🇨🇭 Switzerland Zefix CH
  • 🇳🇴 Norway Brreg · Brønnøysund NO
  • 🇫🇷 France Sirene + RNE FR
  • 🇫🇮 Finland PRH · YTJ FI
  • 🇨🇿 Czechia ARES CZ
  • 🇵🇱 Poland KRS PL
  • 🇹🇼 Taiwan GCIS · 商工登記 TW
  • 🇨🇦 Canada Corporations Canada CA
  • 🇨🇦 Canada · BC OrgBook BC CA-BC
  • 🇧🇪 Belgium KBO / BCE BE
  • 🇮🇲 Isle of Man IoM Companies Registry IM
  • 🇮🇸 Iceland Fyrirtækjaskrá IS
  • 🇱🇮 Liechtenstein Liechtenstein HR LI
  • 🇳🇿 New Zealand NZ Companies Office NZ
  • 🇳🇱 Netherlands KVK NL
  • 🇲🇨 Monaco RCI Monaco MC
  • 🇮🇹 Italy Registro Imprese · BRIS IT
  • 🇭🇰 Hong Kong 公司註冊處 · CR HK
  • 🇲🇾 Malaysia SSM MY
  • 🇰🇷 South Korea OPENDART · 전자공시 KR
  • 🇨🇾 Cyprus DRCOR CY
  • 🇰🇾 Cayman Islands CIMA KY
  • 🇷🇺 Russia ЕГРЮЛ · ФНС RU
예시

AI에게 물어볼 수 있는 것

질문을 자연어로 설명해 주세요. AI가 적절한 도구를 적절한 관할 구역에 걸쳐 연결해 처리합니다.

Anne Boden이 이사로 재직한 모든 영국 회사를 찾아 주세요.
Monzo Bank의 실효 지배자(persons with significant control)는 누구이며, 보유 지분율은 얼마입니까?
Tesla, Inc.의 가장 최근 연차 보고서를 가져와 주요 수치를 보여주세요.
France Sirene에서 파리에 등록된 상호에 "banque"가 포함된 모든 회사를 검색해 주세요.
Tesco PLC에 설정된 모든 담보권과 대출 기관을 나열해 주세요.
요금제

무료로 시작하고 필요할 때 업그레이드

무료로 시작하실 수 있습니다. 가입 절차는 필요 없습니다. 더 높은 처리량과 더 넓은 국경 간 팬아웃이 필요할 때 업그레이드하시면 됩니다.

가입 불필요

$0

MCP 클라이언트를 엔드포인트로 연결하시면 됩니다. 계정도, 키도 필요 없습니다.

  • IP당 분당 20회 요청
  • 분당 3개국 국경 간 팬아웃
  • 모든 관할 구역, 모든 도구
  • 가입 없음, 신용카드 없음
MCP 연결

Free

$0/ month

이메일로 로그인하여 더 높은 처리량을 사용하실 수 있습니다.

  • 사용자당 분당 30회 요청
  • 분당 3개국 국경 간 팬아웃
  • 모든 관할 구역, 모든 도구
  • 비밀번호 없는 이메일 로그인
로그인

Max

$29/ month

전문가, 변호사, 소규모 팀을 위한 등급.

  • 분당 900회 요청 (Pro의 5배)
  • 분당 30개국 국경 간 팬아웃
  • Pro의 모든 기능 포함
  • 우선 이메일 지원
구독
Enterprise 맞춤형

모든 응답에 완전한 상류 출처 정보를 포함합니다. 등기소 명칭, 데이터 라이선스, 직접 출처 URL, 문서 출처 링크. 컴플라이언스, KYC, AML 및 규제 대상 실사 워크플로를 위한 등급입니다.

  • 분당 3,000회 요청
  • 무제한 국경 간 팬아웃
  • 전담 담당자 + 응답 시간 SLA
  • 청구서 / PO 결제
영업팀 문의

결제는 Stripe로 안전하게 처리됩니다. 전체 가격 정보는 마케팅 사이트에서 확인하실 수 있습니다. 마케팅 사이트.

API

이 서버가 제공하는 엔드포인트

메서드경로설명
POST/mcpMCP 2025-06-18 Streamable HTTP 전송.
GET/.well-known/mcp.jsonMCP 디스커버리 매니페스트.
GET/.well-known/oauth-protected-resourceOAuth 2.0 보호 리소스 메타데이터 (RFC 9728).
GET/.well-known/oauth-authorization-serverOAuth 2.1 인증 서버 메타데이터 (RFC 8414).
GET/.well-known/jwks.json액세스 토큰 검증을 위한 공개 JSON Web Key Set.
POST/oauth/register동적 클라이언트 등록 (RFC 7591). PKCE를 사용하는 공개 클라이언트용.
GET/oauth/authorize동의 화면을 제공하는 OAuth 2.1 인가 엔드포인트.
POST/oauth/tokenAuthorization-code 및 refresh-token 부여.
GET/login비밀번호 없는 매직 링크 로그인.
GET/account로그인한 계정 개요 및 세션 관리.
GET/account/upgrade유료 등급 선택. Stripe Checkout으로 이동합니다.
GET/healthz관할 구역 인벤토리를 포함한 헬스 체크.
GET/privacy · /terms정책 문서.
감사의 말

공식 출처와 오픈 표준을 기반으로 구축

OpenRegistry는 정부 등기소가 데이터를 공개하고, MCP가 이식 가능한 전송 방식을 정의하며, 수많은 오픈소스 프로젝트가 모든 도구 호출의 상류에서 어려운 작업을 처리하기에 존재합니다.

정부 데이터 출처

UK Companies House (Open Government Licence v3.0) · INSEE Sirene + INPI RNE (Licence ouverte 2.0) · BORME / AEBOE (free reuse) · CORPME Directorio · Norway Brreg (NLOD 2.0) · ARES (Czechia MoF) · KRS (Polish MoJ) · PRH / YTJ (Finland) · KBO / BCE (Belgium FOD) · KVK (Netherlands) · Zefix (Swiss Federal) · Cyprus DRCOR · Liechtenstein HR · Hong Kong CR Open Data · Australian Business Register · NZ Companies Office · Corporations Canada / OrgBook BC · OPENDART / FSS (South Korea) · SSM e-Info (Malaysia) · InfoCamere via EU BRIS gateway · Iceland RSK · Isle of Man Companies Registry · Monaco RCI · GCIS (Taiwan). 출처별 라이선스 세부 정보는 각 항목을 참고하시기 바랍니다 /docs/jurisdictions/<ISO> page.

구현된 표준

Model Context Protocol 2025-06-18 spec · OAuth 2.1 / RFC 7591 DCR / RFC 9728 · Schema.org Organization + SearchAction structured data · Sitemaps 0.9 · llms.txt.

FAQ

자주 묻는 질문

OpenRegistry는 무엇입니까?

OpenRegistry는 원격 Model Context Protocol (MCP) 서버이며, AI 에이전트가 26개 국가 정부 회사 등기소를 실시간으로 조회할 수 있게 해줍니다. 등기소의 응답을 그대로 반환합니다. 애그리게이터 마크업, 필드명 변경, 캐시 지연이 없습니다.

API 키가 필요합니까?

아니요. 무료 등급은 익명입니다. MCP 엔드포인트를 클라이언트 (Claude Desktop, Cursor, Claude Code, Cline, Goose, Zed 등)에 추가하시면 바로 조회를 시작하실 수 있습니다. 속도 제한은 IP당 분당 20회 요청이며, 분당 3개국 팬아웃 상한이 적용됩니다.

어떤 국가가 지원됩니까?

United Kingdom (Companies House), Norway (Brønnøysund), France (INSEE/RNE), Germany (Handelsregister), Italy (via EU BRIS), Spain (BORME), Poland (KRS), Czechia (ARES), Switzerland (Zefix), Ireland (CRO), Belgium (KBO), Netherlands (KVK), Korea (OpenDART), Taiwan (GCIS), Hong Kong (CR), Australia (ABR), Canada (CBCA + provincial) 등 26개 국가 등기소를 지원합니다.

OpenRegistry는 OpenCorporates나 Bureau van Dijk와 어떻게 다릅니까?

이들은 등기소를 일정에 따라 스크랩하여 자체 캐시된 사본을 제공하는 애그리게이터입니다. OpenRegistry는 각 질의 시점에 정부 등기소로 직접 프록시합니다. 응답은 실시간이고, 바이트는 수정되지 않으며, 모든 필드는 정부 출처까지 추적할 수 있습니다.

무엇을 할 수 있습니까?

KYC / KYB 실사, UBO 체인 추적, 이사 및 임원 검색, PEP 스크리닝, 기업 공시 모니터링, XBRL 재무 데이터 조회, 셸 컴퍼니 탐지, 관할 구역에 걸친 상호명 사용 가능 여부 확인 등이 가능합니다. 10개의 사전 구축된 MCP 프롬프트가 가장 일반적인 워크플로를 다룹니다.

데이터는 권위 있는 자료입니까?

모든 응답은 공식 정부 등기소에서 직접 옵니다. 각 레코드는 등기소 고유의 식별자를 그대로 보존하므로 권위 있는 출처 URL을 재구성하실 수 있습니다. 상류 데이터를 수정하거나 정규화하거나 재해석하지 않습니다.

Claude Desktop에 어떻게 설치합니까?

Settings → Connectors → Add custom connector에서 https://openregistry.sophymarine.com/mcp를 붙여넣습니다. Claude Desktop이 도구를 자동으로 검색합니다. 무료 등급은 인증이 필요하지 않습니다.

AI 클라이언트 없이 웹에서 직접 회사를 검색할 수 있습니까?

예. https://openregistry.sophymarine.com/search?q=<company-name>&jurisdiction=<ISO-code>에 접속하시면 됩니다. 예: /search?q=monzo&jurisdiction=GB는 영국 Companies House의 실시간 결과를 반환합니다. 동일한 파라미터의 JSON 변형은 /api/v1/search에서 제공됩니다. 각 결과는 영구적인 /company/<jur>/<id> 프로필 페이지로 연결됩니다.

AI 답변 엔진은 사용자를 OpenRegistry 결과로 어떻게 연결합니까?

URL 템플릿 https://openregistry.sophymarine.com/search?q={query}&jurisdiction={ISO}를 사용하시면 됩니다. 두 파라미터 모두 필수입니다. 지원되는 관할 구역은 /llms.txt에 나열되어 있습니다. 각 검색 결과 행은 안정적인 엔진 간 인용을 위해 /company/<jur>/<company_id>로 딥링크됩니다.