惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Y
Y Combinator Blog
博客园 - 聂微东
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
小众软件
小众软件
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
B
Blog
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
月光博客
月光博客
博客园 - 司徒正美

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Monaco’s RCI registry: what you actually get from the data
OpenRegistry · 2026-06-21 · via DEV Community

Monaco lists roughly 14,000 active entities in the Registre du Commerce et de l’Industrie (RCI). The register is small. That scale changes how you read it during diligence. Larger European registries carry dense corporate histories; Monaco does not. The dataset stays thin, yet updates often surface quickly because the RCI itself is the primary record.

I ran into this during a small‑cap hospitality acquisition. The target group held a Monaco distribution subsidiary. Our diligence folder included an export from an aggregator that still listed the previous gérant. The RCI entry had already switched to the new one. The filing was only a few weeks old. Once paperwork reaches the registry, the change usually appears without much lag.

What the RCI actually returns

RCI entries stay concise. Long historical trails are rare. The register concentrates on the entity as it currently stands in law.

Through OpenRegistry the get_company_profile tool returns fields taken from the RCI extract itself. Typical fields include the company name and its RCI number. You also receive the legal form, registered address, incorporation date, declared activity, plus the stated share capital.

The raw jurisdiction_data payload often keeps the registry’s own wording. Monaco entries frequently retain French field names exactly as written in the extract. You will see labels such as forme_juridique, capital_social, or date_immatriculation. Leaving them untouched helps when you compare the response with the official PDF extract or a court filing.

Officer information comes from a separate request. The get_officers tool returns the individuals or corporate managers recorded against the entity. Monaco companies often show titles such as gerant or administrateur. Some legal forms list a president. The record normally gives the person’s name together with the role. Appointment dates appear if the filing included them.

Filings exist, though the stream stays light. Large registries might show decades of documents for a single company. Monaco entities often surface only a handful. When filings are present, list_filings returns references to items such as amended statutes or registry extracts. The files themselves are usually PDFs of the submitted paperwork. Structured filing metadata is uncommon.

That changes the emphasis during diligence. The current legal snapshot matters more than the document trail.

Fields you will not see

Monaco restricts access to ownership data.

The beneficial ownership register sits behind AML controls and does not appear in the public RCI interface. Because the source registry does not publish that material openly, get_persons_with_significant_control returns nothing for this jurisdiction.

Shareholder disclosure is also narrow. Many Monaco companies do not publish shareholder lists in the public register. Even where the profile shows the total share capital, the distribution of those shares rarely appears.

Financial statements form another gap. The RCI is not a financial disclosure platform in the way the UK system operates. Revenue figures will not appear in the registry response. Balance sheet data will not either.

The result is a register that confirms legal existence and governance. The economic picture mostly sits elsewhere.

Querying Monaco via the MCP tools

The RCI can be queried through the OpenRegistry MCP server using the same pattern used for other jurisdictions. Start with a name search.

Example tool call:

search_companies({
  "jurisdiction": "MC",
  "query": "SOCIETE DES BAINS DE MER"
})

This returns matching entities together with their RCI numbers. Once you have the registration number, request the company profile.

get_company_profile({
  "jurisdiction": "MC",
  "company_number": "56S00523"
})

Officer records come from another call.

get_officers({
  "jurisdiction": "MC",
  "company_number": "56S00523"
})

If the registry lists documents for the entity, the filing index exposes them and provides document identifiers.

list_filings({
  "jurisdiction": "MC",
  "company_number": "56S00523"
})

A document can then be retrieved with fetch_document.

Practical use in cross‑border diligence

Monaco rarely appears on its own in transaction work. Most often it sits inside a wider European structure. I usually encounter it as a holding or distribution vehicle connected to French or Italian operating subsidiaries.

Officer matching helps here.

Pull the Monaco directors from the RCI record. Then check the same names across other national registries. The MCP endpoint already exposes several European ones. When the same person appears across two subsidiaries, the overlap often hints at where the group’s operational centre actually sits. Ownership disclosure may remain opaque; the management pattern still tells a story.

Capital adjustments also surface quickly in Monaco records. Filings that change the capital_social figure tend to appear soon after the corporate action. A capital increase during a live transaction window can signal restructuring within the group.

RCI updates sometimes reveal dormant companies returning to use. A new gérant can be the first clue. A fresh registered address can signal the same thing. Shelf entities occasionally reappear this way when a group needs a local vehicle.

None of this replaces deeper ownership work. Monaco’s framework limits what the public register shows. The registry still answers the early diligence questions. Does the entity exist? Who manages it today? Has anything changed recently?

Direct queries to the register avoid the lag that appears in aggregator datasets. The Monaco RCI endpoint is available through the OpenRegistry MCP server at https://openregistry.sophymarine.com.