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
| Name | Type | Required | Description |
|---|---|---|---|
company | string | no | Company name, Companies House number, or person name to search |
scope | string | no | ”corporate” (default), “personal”, or “all” |
notice_types | string | no | Advanced: 4-digit notice type codes joined with ”+”, e.g. “2450” petitions to wind up |
published_after | string | no | Earliest publication date, YYYY-MM-DD |
published_before | string | no | Latest publication date, YYYY-MM-DD |
page | number | no | Results page, starting at 1 |
limit | number | no | Results 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.