chile_search_tenders
ActiveTool of Chile Procurement
Search Chile government procurement tenders (licitaciones) from Mercado Público / ChileCompra, the official Chilean public-procurement platform. By default returns tenders published TODAY. Pass estado="activas" for all currently OPEN tenders, or fecha="ddmmyyyy" (e.g. "01072026") for tenders published on a specific day. Returns each tender's código (CodigoExterno), name, status, and closing date. Use chile_get_tender with a código for full detail (buyer, amount, line items).
Parameters schema
{
"type": "object",
"properties": {
"fecha": {
"type": "string",
"description": "Optional publication date in ddmmyyyy format (e.g. \"01072026\" for 1 July 2026). Omit for today. Mutually exclusive with estado — if both given, fecha wins."
},
"limit": {
"type": [
"number",
"string"
],
"description": "Max tenders to return (default 25, max 200). The result count column reflects the full API total."
},
"estado": {
"type": "string",
"description": "Optional tender-status filter. Use \"activas\" for all currently open tenders. Other accepted values include \"publicada\", \"cerrada\", \"desierta\", \"adjudicada\", \"revocada\", \"suspendida\". Omit for today's tenders."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chile Procurement
https://github.com/pipeworx-io/mcp-chile-procurement
1/7 registries