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

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":{}}}'

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 July 24, 2026