prozorro_search_tenders
ActiveTool of Prozorro
Keyword search over recent Ukraine ProZorro tenders (keyless OpenProcurement public feed). Best-effort: scans the recent public feed and returns tenders whose title/buyer/tenderID match the query (case-insensitive substring; Ukrainian text supported — pass Ukrainian keywords for best recall). Returns id, tenderID, title, value, buyer, status. NOTE: this is not a full-text index of all history — ProZorro's front-end search API is not reachable from datacenter egress, so this filters the recent feed only. For older or exact tenders use prozorro_get_tender with a known id.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"scan": {
"type": [
"number",
"string"
],
"description": "How many recent tenders to scan (1-200). Default 100. Higher = deeper but slower."
},
"query": {
"type": "string",
"description": "Keyword(s) to match against title/buyer/tenderID. Ukrainian recommended (e.g. \"комп'ютер\", \"школа\"). Matches by substring."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Prozorro
https://github.com/pipeworx-io/mcp-prozorro
1/7 registries