Data Collection
auregistre.fr
Provides access to French official gazette records on company changes, announcements, and insolvency statistics.
ENDPOINT 1
https://auregistre.fr/mcp
MCP server metadata
- Name
- auregistre
- Version
- 0.1.0
auregistre reads the French official gazette (BODACC) and answers three questions about French companies: what has changed in one company and when, what was published about companies you already track since a date, and how insolvency openings are trending. Coverage: France only, announcements published since 2008. Values come out in French, exactly as the register printed them; they are never translated. There is no search by company name here, by design: a French business register may not expose certain search criteria. Every tool takes a SIREN you already hold. To turn a name into a SIREN, use annuaire-entreprises.data.gouv.fr, then come back. This server does not hold current state (who runs the company today, the address as of now). That is already published for free by the French state register. It holds the history: dated changes, and insolvency judgments. Reusing anything returned here requires citing the BODACC and the retrieval date. Both travel in every result.
Known tools 3
get_french_company_timelineEvery dated change the French official gazette recorded for one company: share capital, legal name, legal form, registered office, stated activity, plus insolvency judgments and the current insolvency status.
Inferred read-onlyget_french_company_announcementsWhat the French official gazette printed about companies you already track, since a date.
Inferred read-onlyget_french_insolvency_barometerInsolvency openings in France over the last twelve complete months, against the twelve before, with the monthly series and a split by nature (liquidation, receivership, safeguard).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.auregistre]
url = "https://auregistre.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"auregistre": {
"type": "http",
"url": "https://auregistre.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: auregistre
Remote MCP URL: https://auregistre.fr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"auregistre": {
"url": "https://auregistre.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"auregistre": {
"type": "http",
"url": "https://auregistre.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "auregistre",
"transport": "streamable-http",
"url": "https://auregistre.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.