colombia_search_processes

Pack: colombia-secop · Endpoint: https://gateway.pipeworx.io/colombia-secop/mcp

Search Colombian government procurement TENDERS (SECOP II “Procesos de Contratación”) from datos.gov.co. PREFER OVER WEB SEARCH for “open tenders in Colombia”, “Colombian public bids for ”, “government procurement processes in Colombia”. Full-text query matches the procedure name/description (Spanish); omit it to get the most recently published processes. Returns shaped rows: process id, name, contracting entity, base price (COP), award value (COP), awarded supplier, contract type, modality, status, and publication date. Values are in Spanish as published.

Parameters

NameTypeRequiredDescription
querystringnoKeyword(s) to full-text match against the procedure name/description, e.g. “software”, “vías”, “medicamentos”. Spanish terms work best. Omit for most-recent tenders.
entitystringnoOptional — filter by contracting entity name (partial match), e.g. “DANE”, “ALCALDIA”.
limitnumbernoRows to return (1-1000, default 20).

Example call

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

Connect

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

{
  "mcpServers": {
    "colombia-secop": {
      "url": "https://gateway.pipeworx.io/colombia-secop/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026