gazette_notice_categories

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

Browse The Gazette’s notice-category taxonomy — the category codes accepted by gazette_search_notices. Optionally filter by a search word. Categories span companies (insolvency, name changes, mergers), people (bankruptcy, deceased estates, honours), environment & infrastructure (planning, roads, property), state/royal/church notices, and money (pensions, coinage). Example: gazette_notice_categories({ search: “insolvency” })

Parameters

NameTypeRequiredDescription
searchstringnoOptional word to filter category names, e.g. “insolvency”, “roads”, “probate”

Example call

Arguments

{
  "search": "insolvency"
}

curl

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_notice_categories","arguments":{"search":"insolvency"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('gazette_notice_categories', {
  "search": "insolvency"
});

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 September 5, 2026