oc_tender_search
ActiveTool of Open Contracting
Search international public procurement — government tenders, contract notices, and contract awards published under the OCDS Open Contracting Data Standard. Covers 18 national and subnational publishers across developing countries and Europe: Africa (Kenya, Nigeria, Ghana, Zambia, Liberia, Rwanda, Tanzania), Latin America (Uruguay, Honduras, Guatemala, Peru, Dominican Republic, Mexico/Oaxaca), the Balkans (Albania, Kosovo, Croatia), Thailand (Bangkok), and Italy (ANAC anti-corruption authority). Free-text query matches tender title, buyer (procuring government entity), and description. Filter by country, status (e.g. tender, award, complete), category (works | goods | services), min_value (tender value floor), and days (recently released). Returns one row per contracting process (latest release) with buyer, value, procurement method, deadlines, and award details when present. Data is a weekly-refreshed hosted mirror of official OCDS bulk publications (OCP Data Registry). Use oc_coverage first to see which countries have data and how fresh it is.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"days": {
"type": [
"number",
"string"
],
"description": "Only releases published within this many days."
},
"limit": {
"type": [
"number",
"string"
],
"description": "Max results (1-100, default 20)."
},
"query": {
"type": "string",
"description": "Free-text matched (case-insensitive) against tender title, buyer, and description, e.g. \"road construction\", \"medical supplies\", \"ministry of health\"."
},
"status": {
"type": "string",
"description": "Contracting process status, e.g. \"tender\", \"award\", \"complete\"."
},
"country": {
"type": "string",
"description": "Country name, forgiving match (e.g. \"Thailand\", \"mexico\", \"kosovo\"). One of: Albania | Argentina | Croatia | Dominican Republic | Ghana | Guatemala | Honduras | Italy | Kenya | Kosovo | Liberia | Mexico | Nigeria | Peru | Rwanda | Tanzania | Thailand | Uruguay | Zambia."
},
"category": {
"type": "string",
"description": "Main procurement category. One of: works | goods | services."
},
"min_value": {
"type": [
"number",
"string"
],
"description": "Only processes whose tender value is at or above this (in the publisher's currency)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Open Contracting
https://github.com/pipeworx-io/mcp-open-contracting
1/7 registries