recent_notices

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

List the most recent UK procurement notices from Contracts Finder, newest-first, optionally filtered by stage (tender/award). Same compact shape as search_notices. Keyless.

Parameters

NameTypeRequiredDescription
stagestringnoNotice stage: “tender” or “award”. Default “tender”.
limitnumbernoNumber of recent notices to return, 1–100 (default 20).

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":"recent_notices","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