Search live UK tenders as agent-ready briefs
uk_tenders_searchLive UK public-sector tenders from Find a Tender and Contracts Finder in one call. Returns the top 10 matching notices as one-paragraph plain-English briefs with buyer, value, deadline, CPV codes (honest null when the notice carries none) and the official notice link. Searches a 6-hourly refreshed index - no signup with either portal needed.
Costs $0.05 USDC per call (x402, Base mainnet). Returns: result = { total_matched, returned, notices[] of { ocid, title, buyer, value, stage, published, deadline, days_remaining, region, cpv, summary, source{name, notice_url} }, excluded{} } - excluded{} reports notices honest-nulled out by cpv/region/value/deadline filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keywords, synonym-expanded (e.g. 'cleaning' also finds janitorial and hygiene services). At least one of q, cpv or region is required. | |
| cpv | No | CPV code prefix filter, comma-separated (e.g. 909,45233). Notices without CPV codes are excluded and counted. | |
| stage | No | tender (open competitions, default both) or planning (early engagement). | |
| region | No | UK nation or English region: scotland, wales, northern-ireland, london, north-east, north-west, yorkshire, east-midlands, west-midlands, east-of-england, south-east, south-west, england. | |
| value_max | No | Maximum stated contract value in GBP. | |
| value_min | No | Minimum stated contract value in GBP. | |
| deadline_after | No | Only notices whose submission deadline is on or after this date (YYYY-MM-DD). |