chile_search_tenders

Pack: chile-procurement · Endpoint: https://gateway.pipeworx.io/chile-procurement/mcp

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

NameTypeRequiredDescription
estadostringnoOptional 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.
fechastringnoOptional publication date in ddmmyyyy format (e.g. “01072026” for 1 July 2026). Omit for today. Mutually exclusive with estado — if both given, fecha wins.
limitnumber,stringnoMax tenders to return (default 25, max 200). The result count column reflects the full API total.

Example call

curl -X POST https://gateway.pipeworx.io/chile-procurement/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"chile_search_tenders","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "chile-procurement": {
      "url": "https://gateway.pipeworx.io/chile-procurement/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026