You're viewing a demo portfolio

Join the waitlist
PRSM

chile_search_tenders

Active

Tool of Chile Procurement

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chile Procurement

https://github.com/pipeworx-io/mcp-chile-procurement

1/7 registries
View full server →