Bodacc
liveReferenceBODACC — France's official gazette of dated legal-entity events (Bulletin officiel des annonces civiles et commerciales): business creations, insolvency proceedings, sales/transfers of businesses, deregistrations, general modifications, annual account filings, conciliation proceedings, and more, one dated notice per legal entity (SIREN). Keyless.
Tools
bodacc_company_eventsFull BODACC event history for one French company: every dated notice published for it — creations, insolvency proceedings (redressement/liquidation judiciaire), business sales/transfers, deregistratio
No parameters required.
Try it
bodacc_searchSearch all BODACC notices across every French company by free text, event family, département, and/or publication date range. Returns the most recently published notices first, each shaped with SIREN,
No parameters required.
Try it
bodacc_insolvency_feedRecent French insolvency-proceeding notices (familleavis="collective": redressement judiciaire, liquidation judiciaire, sauvegarde and their related deposit/judgment notices) published since a given d
No parameters required.
Try it
bodacc_get_noticeFetch a single BODACC notice by its id (e.g. "A202601824309", visible in bodacc_search / bodacc_company_events / bodacc_insolvency_feed results). Returns the full shaped notice including the parsed ju
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/bodacc/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'curl -X POST https://gateway.pipeworx.io/bodacc/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"bodacc_company_events","arguments":{}}}'Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("bodacc_company_events", {});// Or ask in plain English:
const answer = await px.ask("bodacc — france's official gazette of dated legal-entity events (bulletin officiel des annonces civiles et commerciales): business creations, insolvency proceedings, sales/transfers of businesses, deregistrations, general modifications, annual account filings, conciliation proceedings, and more, one dated notice per legal entity (siren)");