find_a_tender_notice

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

Full detail for one Find a Tender Service (high-value UK) notice by its OCID (e.g. “ocds-h6vhtk-06d27d”, from find_a_tender_recent results). Returns title, buyer, description, CPV classification, value, deadlines, and documents. Keyless.

Parameters

NameTypeRequiredDescription
ocidstringyesThe notice OCID, e.g. “ocds-h6vhtk-06d27d”. Get these from find_a_tender_recent.

Example call

Arguments

{
  "ocid": "ocds-h6vhtk-06d27d"
}

curl

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":"find_a_tender_notice","arguments":{"ocid":"ocds-h6vhtk-06d27d"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('find_a_tender_notice', {
  "ocid": "ocds-h6vhtk-06d27d"
});

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