search_notices
ActiveTool of Uk Contracts
Search UK government procurement notices (open tenders + awarded contracts) from Contracts Finder, published as OCDS by the Cabinet Office. Filter by stage and an optional published-date range; results are newest-first. Keyless. The UK complement to EU tenders. Note: there is no server-side keyword filter — pass a `keyword` to filter client-side over title/description of the returned window.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max notices to scan/return, 1–100 (default 20)."
},
"stage": {
"enum": [
"tender",
"award"
],
"type": "string",
"description": "Notice stage: \"tender\" (open opportunities) or \"award\" (awarded contracts). Default \"tender\"."
},
"keyword": {
"type": "string",
"description": "Optional case-insensitive substring filtered client-side over each notice title + description (the API has no keyword search)."
},
"published_to": {
"type": "string",
"description": "Optional ISO date (YYYY-MM-DD) upper bound on publication date, e.g. \"2026-06-01\"."
},
"published_from": {
"type": "string",
"description": "Optional ISO date (YYYY-MM-DD) lower bound on publication date, e.g. \"2026-05-01\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Uk Contracts
https://github.com/pipeworx-io/mcp-uk-contracts
1/7 registries