gazette_search_notices
ActiveTool of Uk Gazette
Search The Gazette — the UK's official public record of statutory notices (London, Edinburgh and Belfast editions, archive back to 1665). Full-text search plus filters for notice category, publication date range, edition, and location. Covers company events (liquidations, administrations, winding-up petitions, name changes), personal insolvency, deceased estates, road/planning orders, honours, state and royal notices. Use for "official UK notices about X", "gazette notices for company Y", "road closure orders near Z". Example: gazette_search_notices({ query: "Tesco", category: "corporate insolvency" })
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"page": {
"type": "number",
"description": "Results page, starting at 1"
},
"sort": {
"type": "string",
"description": "\"newest\" (default) or \"oldest\""
},
"limit": {
"type": "number",
"description": "Results per page, 1-50 (default 10)"
},
"query": {
"type": "string",
"description": "Full-text search — company name, person, place, or any words appearing in the notice text"
},
"edition": {
"type": "string",
"description": "Restrict to one edition: \"london\", \"edinburgh\", or \"belfast\""
},
"category": {
"type": "string",
"description": "Notice category — a name like \"corporate insolvency\", \"wills & probate\", \"road restrictions\", or a code from gazette_notice_categories (G-code or legacy 2-digit)"
},
"location": {
"type": "string",
"description": "UK postcode or town/city name to search around (needs distance_miles, default 5)"
},
"notice_types": {
"type": "string",
"description": "Advanced: one or more 4-digit notice type codes joined with \"+\", e.g. \"2450\" (petitions to wind up)"
},
"distance_miles": {
"type": "number",
"description": "Radius in miles around location (default 5)"
},
"published_after": {
"type": "string",
"description": "Earliest publication date, YYYY-MM-DD"
},
"published_before": {
"type": "string",
"description": "Latest publication date, YYYY-MM-DD"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Uk Gazette
https://github.com/pipeworx-io/mcp-uk-gazette
1/7 registries