gazette_get_notice
Pack: uk-gazette · Endpoint: https://gateway.pipeworx.io/uk-gazette/mcp
Get the structured record for one Gazette notice by its ID (from any gazette search tool, or a thegazette.co.uk/notice/
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
notice_id | string | yes | Notice ID — numeric (e.g. “4123456”) or legacy alphanumeric (e.g. “L-60768-1986497”) |
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_get_notice","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.