get_notice

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

Get the full OCDS detail for a single UK Contracts Finder notice by its release id (the id field returned by search_notices / recent_notices, format “{guid}-{seq}”). Returns title, full description, buyer, value, CPV classification, tender period, and any awards with suppliers. Keyless.

Parameters

NameTypeRequiredDescription
idstringyesThe OCDS release id from a search/recent result, e.g. “a42239ac-faef-4245-ad0f-16b3a787675b-901561”.

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026