gazette_insolvency_notices

Pack: uk-gazette · Endpoint: https://gateway.pipeworx.io/uk-gazette/mcp

Search official UK insolvency notices in The Gazette — the statutory public record where liquidations, administrations, winding-up petitions and orders, bankruptcy orders, creditors’ meetings, and notices to creditors MUST be published. The go-to source for “is UK company X in liquidation/administration”, monitoring company distress, or tracking personal bankruptcies. Search by company name or Companies House number (both are indexed). scope narrows to “corporate” or “personal” insolvency. Example: gazette_insolvency_notices({ company: “Wilko”, scope: “corporate” })

Parameters

NameTypeRequiredDescription
companystringnoCompany name, Companies House number, or person name to search
scopestringno”corporate” (default), “personal”, or “all”
notice_typesstringnoAdvanced: 4-digit notice type codes joined with ”+”, e.g. “2450” petitions to wind up
published_afterstringnoEarliest publication date, YYYY-MM-DD
published_beforestringnoLatest publication date, YYYY-MM-DD
pagenumbernoResults page, starting at 1
limitnumbernoResults per page, 1-50 (default 10)

Example call

curl -X POST https://gateway.pipeworx.io/uk-gazette/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gazette_insolvency_notices","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "uk-gazette": {
      "url": "https://gateway.pipeworx.io/uk-gazette/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 22, 2026