Bodacc

liveReference

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). Keyless.

4tools
0msauth
free tier50 calls/day

Tools

bodacc_company_events

Full 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_insolvency_feed

Recent 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_notice

Fetch 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.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/bodacc/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
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.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("bodacc_company_events", {});
ask_pipeworx
// 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)");