OpenRegistry

Déclarations d'entreprise en direct, directement depuis les registres officiels

Profils d'entreprise, dirigeants, actionnaires et dépôts

Sophymarine est sous licence de UK Companies House, Ireland Companies Registration Office, Norway Brønnøysundregistrene, Switzerland Zefix, Canada Corporations Canada, Netherlands Kamer van Koophandel, Australia Australian Business Register, France Sirene, Finland Patentti- ja rekisterihallitus, Czechia Administrativní registr ekonomických subjektů, Poland Krajowy Rejestr Sądowy, Belgium Kruispuntbank van Ondernemingen, Isle of Man Isle of Man Companies Registry, et bien d'autres.

Démarrage rapide

Branchez votre client IA

Fonctionne avec tous les principaux clients compatibles MCP. Choisissez le vôtre, collez la configuration, et le navigateur vous guidera dans la connexion lors du premier appel d'outil.

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 sign-in.

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"
    }
  }
}

Use curl for company data:

GET https://openregistry.sophymarine.com/search?q=monzo&jurisdiction=GB         search
GET https://openregistry.sophymarine.com/search.md?q=monzo&jurisdiction=GB      Markdown
GET https://openregistry.sophymarine.com/search.jsonld?q=monzo&jurisdiction=GB  JSON-LD
GET https://openregistry.sophymarine.com/company/gb/09446231                     profile
GET https://openregistry.sophymarine.com/company/gb/09446231.md                  Markdown
GET https://openregistry.sophymarine.com/company/gb/09446231.jsonld              JSON-LD
GET https://openregistry.sophymarine.com/company/gb/09446231/officers            directors
GET https://openregistry.sophymarine.com/company/gb/09446231/shareholders        shareholders
GET https://openregistry.sophymarine.com/company/gb/09446231/financials          financials
GET https://openregistry.sophymarine.com/company/gb/09446231/filings             filings

officers / shareholders / financials / filings also take .md / .jsonld
CAS D'USAGE

Ce que vous pouvez demander

Exemple de requête

“Cherche Monzo Bank dans Companies House et affiche le profil complet.”

Outils appelés

search_companies → get_company_profile

Exemple de réponse

{
  "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" }
    }
  }
}

Exemple de requête

“Qui sont les dirigeants actuels de Monzo Bank ?”

Outils appelés

get_officers

Exemple de réponse

{
  "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
}

Exemple de requête

“Qui sont les principaux actionnaires de Monzo Bank, et quel pourcentage détiennent-ils ?”

Outils appelés

get_shareholders

Exemple de réponse

{
  "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
}

Exemple de requête

“Récupère les derniers états financiers de Monzo Bank et affiche les chiffres clés.”

Outils appelés

get_financials

Exemple de réponse

{
  "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"
}

Exemple de requête

“Récupère les comptes annuels les plus récents de Monzo Bank et affiche les chiffres clés.”

Outils appelés

list_filings → fetch_document

Exemple de réponse

{
  "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>"
  }
}
Étude de cas en direct

Parcours de propriété sur 4 niveaux en une seule requête

Une requête IA. Cinq appels d'outils. Tout l'arbre actionnarial légal d'Iceland Foods Limited remonte à la surface, à travers quatre niveaux de holdings britanniques jusqu'aux huit personnes physiques nommément désignées qui détiennent réellement le supermarché. Chaque octet provient en direct de Companies House. Aucun agrégateur, aucun cache.

Enregistrement de terminal animé : OpenRegistry parcourt 4 niveaux d'actionnaires d'Iceland Foods UK, jusqu'à la famille Walker et Tarsem Dhaliwal avec les pourcentages
~30 secondes de bout en bout sur le point d'accès /mcp en production. Enregistré le 28/04/2026.

La requête

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

Ce que l'agent appelle

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 %

Cinq appels récursifs, quatre niveaux, environ 30 secondes. Chaque affirmation ci-dessus est étayée par une URL Companies House que l'auditeur peut vérifier de manière indépendante. Sur le niveau enterprise, jurisdiction_data.source_url dans chaque réponse contient le lien direct vers find-and-update.company-information.service.gov.uk ; sur les niveaux free / pro / max, l'identifiant délivré par le registre suffit à reconstruire l'URL.

La même boucle de cinq appels se généralise à la due diligence transfrontalière : remplacez jurisdiction: "GB" par l'un des 29 registres couverts à n'importe quelle profondeur de récursion. Flux KYB / UBO productisé sur /solutions/kyb.

Ce qui est inclus

Ce qui est livré tel quel

  • Transmission en direct : chaque appel d'outil interroge le registre statutaire au moment où vous le demandez, et non un scrape nocturne.
  • Schéma JSON unifié pour tous les pays : les mêmes signatures d'outils fonctionnent en GB, FR, DE, KR, AU, CA, et partout ailleurs.
  • Documents bruts déposés en ligne : comptes annuels, déclarations de confirmation, actes constitutifs renvoyés en PDF / XHTML iXBRL / XML.
  • Transport MCP Streamable HTTP : prise en charge native dans Cursor, Cline, Claude Code. Claude Desktop fait le pont via mcp-remote.
  • OAuth 2.1 avec PKCE et enregistrement dynamique de client : tout client MCP conforme à la spécification découvre automatiquement le flux de connexion.
  • Niveau gratuit (30 req/min par utilisateur) : connectez-vous par lien magique pour utiliser tous les outils sur toutes les juridictions.
Données

Ce que vous pouvez récupérer

Un schéma unifié pour tous les registres pris en charge. Toutes les juridictions ne publient pas toutes les catégories. list_jurisdictions renvoie la matrice de capacités en direct.

Profil de l'entreprise
Raison sociale, numéro d'enregistrement, forme juridique, statut, date de constitution, siège social, codes d'activité / secteur, anciens noms.
Dirigeants
Administrateurs, secrétaires, membres du conseil et des comités, actuels et historiques, avec rôles, dates et nationalités lorsque divulguées.
Actionnaires
Actionnaires inscrits, associés et porteurs de parts avec répartition du capital, lorsque le registre publie la structure de propriété.
Bénéficiaires effectifs
Registres statutaires PSC / UBO : nature du contrôle, seuils de détention, tranches de droits de vote, dates de notification et de cessation.
Sûretés
Hypothèques enregistrées et sûretés fixes / flottantes : bénéficiaires, date de création, statut de mainlevée.
Dépôts et finances
Index complet des dépôts avec catégories et identifiants de document ; accès direct aux comptes, déclarations annuelles et publications statutaires.
Documents bruts
Documents réellement déposés : PDF, XHTML iXBRL, XML, avec récupération par plage de pages, navigation par sommaire et recherche d'expressions dans le document.
Recherches spécialisées
Enregistrements de sous-registres, résolution de listes de codes, normalisation d'adresses, flux de lots de modifications, listes d'établissements et vérifications de disponibilité de nom.
Juridictions

29 registres officiels

Connexions directes à UK Companies House, Germany Handelsregister, France Sirene + RNE, Italy InfoCamere via EU BRIS, Spain BORME, Korea OPENDART, Czechia ARES, Poland KRS, Netherlands KVK, Belgium KBO/BCE, Switzerland Zefix, Norway Brreg, Finland PRH, Russia ЕГРЮЛ et les autres ci-dessous, en source directe, sans couche d'agrégateur. Tous les registres ne publient pas chaque catégorie de données ; list_jurisdictions renvoie la matrice de capacités en direct.

  • 🇬🇧 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
  • 🇸🇪 SE SE
  • 🇭🇷 HR HR
  • 🇭🇰 Hong Kong 公司註冊處 · CR HK
  • 🇲🇾 Malaysia SSM MY
  • 🇰🇷 South Korea OPENDART · 전자공시 KR
  • 🇯🇵 Japan 国税庁 法人番号 JP
  • 🇨🇾 Cyprus DRCOR CY
  • 🇰🇾 Cayman Islands CIMA KY
  • 🇷🇺 Russia ЕГРЮЛ · ФНС RU
Exemples

Ce que vous pouvez demander à votre IA

Décrivez la question en langage naturel. L'IA enchaîne les bons outils sur les bonnes juridictions.

Trouve toutes les sociétés britanniques dont Anne Boden a été dirigeante.
Qui sont les personnes exerçant un contrôle significatif sur Monzo Bank, et quel pourcentage détiennent-elles ?
Récupère les comptes annuels les plus récents de Tesla, Inc. et affiche les chiffres clés.
Cherche dans France Sirene toutes les sociétés contenant "banque" dans leur nom et enregistrées à Paris.
Liste toutes les sûretés enregistrées et les prêteurs sur Tesco PLC.
Niveaux

Commencez gratuitement, montez en gamme si besoin

Commencez gratuitement. Passez au niveau supérieur lorsque vous avez besoin d'un débit plus élevé et d'une diffusion transfrontalière plus large.

Free

$0/ month

Connectez-vous par e-mail — le niveau gratuit déverrouille tous les outils sur toutes les juridictions.

  • 30 requêtes / minute par utilisateur
  • Diffusion transfrontalière sur 3 pays par minute
  • Toutes les juridictions, tous les outils
  • Connexion par e-mail sans mot de passe
Se connecter

Max

$29/ month

Pour les professionnels, les avocats et les petites équipes.

  • 900 requêtes / minute (5× Pro)
  • Diffusion transfrontalière sur 30 pays par minute
  • Tout ce qui est inclus dans Pro
  • Support par e-mail prioritaire
S'abonner
Enterprise Sur mesure

Provenance amont complète dans chaque réponse : nom du registre, licence des données, URL source directe, liens vers les documents originaux. Pour les flux de conformité, KYC, AML et de due diligence réglementée.

  • 3 000 requêtes / minute
  • Diffusion transfrontalière illimitée
  • Contact dédié et SLA de temps de réponse
  • Facturation par bon de commande
Contacter le service commercial

Paiement sécurisé par Stripe. Tarification complète sur le site marketing. Site marketing.

FAQ

Questions fréquentes

Qu'est-ce qu'OpenRegistry ?

OpenRegistry est un serveur Model Context Protocol (MCP) distant qui permet aux agents IA d'interroger en temps réel 29 registres nationaux d'entreprises. Il renvoie la réponse propre du registre, mot pour mot : aucune surcouche d'agrégateur, aucun renommage de champ, aucun cache obsolète.

Ai-je besoin d'une clé API ?

Non. Ajoutez le point d'accès MCP à votre client (Claude Desktop, Cursor, Claude Code, Cline, Goose, Zed, etc.). OAuth 2.1 avec Dynamic Client Registration enregistre automatiquement le client et l'utilisateur se connecte par lien magique envoyé par e-mail. Limites du niveau gratuit : 30 requêtes/min par utilisateur, avec un plafond de diffusion sur 3 pays par minute.

Quels pays sont pris en charge ?

29 registres nationaux dont Royaume-Uni (Companies House), Norvège (Brønnøysund), France (INSEE/RNE), Allemagne (Handelsregister), Italie (via EU BRIS), Espagne (BORME), Pologne (KRS), Tchéquie (ARES), Suisse (Zefix), Irlande (CRO), Belgique (KBO), Pays-Bas (KVK), Corée (OpenDART), Taïwan (GCIS), Hong Kong (CR), Australie (ABR), Canada (CBCA + provinces), et d'autres encore.

En quoi OpenRegistry diffère-t-il d'OpenCorporates ou de Bureau van Dijk ?

Ce sont des agrégateurs qui scrapent les registres selon un calendrier et servent leur propre copie en cache. OpenRegistry transmet directement à chaque registre gouvernemental au moment de chaque requête : les réponses sont en direct, les octets sont inchangés, et chaque champ est traçable jusqu'à la source gouvernementale.

Que puis-je faire avec ?

Due diligence KYC / KYB, parcours de chaîne UBO, recherches de dirigeants et de mandataires sociaux, screening PEP, surveillance des dépôts d'entreprise, récupération de données financières XBRL, détection de sociétés écrans, vérifications de disponibilité de nom d'entreprise entre juridictions, et bien plus. 10 prompts MCP prêts à l'emploi couvrent les flux les plus courants.

Les données font-elles foi ?

Chaque réponse vient directement du registre gouvernemental officiel. Chaque enregistrement conserve les identifiants propres au registre pour que vous puissiez reconstruire l'URL source faisant autorité. Nous ne modifions, ne normalisons, ni ne réinterprétons les données amont.

Comment l'installer dans Claude Desktop ?

Settings → Connectors → Add custom connector → collez https://openregistry.sophymarine.com/mcp. Claude Desktop découvrira automatiquement les outils, et le premier appel d'outil ouvrira le navigateur pour la connexion par lien magique.

Puis-je chercher une entreprise directement sur le web (sans client IA) ?

Oui. Rendez-vous sur https://openregistry.sophymarine.com/search?q=<nom-entreprise>&jurisdiction=<code-ISO>. Exemple : /search?q=monzo&jurisdiction=GB renvoie les résultats en direct de UK Companies House. Variante JSON sur /api/v1/search avec les mêmes paramètres. Chaque résultat pointe vers une page de profil permanente /company/<jur>/<id>.

Comment un moteur de réponse IA peut-il rediriger un utilisateur vers les résultats OpenRegistry ?

Utilisez le modèle d'URL https://openregistry.sophymarine.com/search?q={query}&jurisdiction={ISO}. Les deux paramètres sont obligatoires. Les juridictions prises en charge sont listées dans /llms.txt. Chaque ligne de résultat de recherche pointe en profondeur vers /company/<jur>/<company_id> pour des citations stables entre moteurs.

Explore

Browse the registry

Static hubs that index the live UK Companies House dataset by region, incorporation year, postcode, SIC code and PSC. Every page links straight to the same upstream data get_company returns to MCP clients.

UK browse hubs

All UK browse hubs · UK company search · UK directors · UK persons with significant control · UK Companies House filings

UK companies by region

London · Manchester · Birmingham · Edinburgh · Glasgow · Leeds · Bristol · Liverpool · Cardiff · Belfast

UK companies by incorporation year

1900 · 1920 · 1950 · 1980 · 1990 · 2000 · 2010 · 2020 · 2025

UK companies by postcode area

EC1 · EC2 · W1 · SW1 · NW1 · E1 · M1 · B1 · EH1 · G1

Comparisons & guides

Country-openness ranking 2026 · OpenCorporates alternative · OpenCorporates alternatives · Dun & Bradstreet alternatives · Bureau van Dijk alternatives · KYB solutions

Docs & integration

Documentation · Feature comparison · Examples · Error reference · Case studies · Search the registry · llms.txt