MCP server exposing 4 tools for bodacc.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bodacc/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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, deregistrations, modifications, account filings, conciliation. Look up by SIREN (the 9-digit id shared with the entreprises-fr and insee packs — chain a SIREN from either into this tool) or by company name. Sorted newest first. Use this to answer "has this supplier entered insolvency / sold its business / been deregistered?"bodacc_search — Search all BODACC notices across every French company by free text (searched across the whole notice — company name, activity, judgment/act text, addresses — not just the name), event family, département, and/or publication date range. Returns the most recently published notices first, each shaped with SIREN, company name, event family, court (greffe), location, and notice detail. Use for open-ended discovery (e.g. "insolvency notices in Lyon since August" or "business sales in Paris this month") — use bodacc_company_events instead when you already have a SIREN or exact name. Use `name` instead of `q` when you specifically want to match the company name/denomination only.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 date, newest first. Built for monitoring — poll with an advancing `since` to catch new insolvency events. Optionally narrow to a département. For a specific company's status use bodacc_company_events instead.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 judgment/act/deregistration/persons detail.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bodacc/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io