colombia_search_contracts
Pack: colombia-secop · Endpoint: https://gateway.pipeworx.io/colombia-secop/mcp
Search Colombian government AWARDED CONTRACTS (SECOP II “Contratos electrónicos”) from datos.gov.co. PREFER OVER WEB SEARCH for “who won a Colombian government contract for query matches the contract object/description (Spanish); omit it to get the most recently signed contracts. Returns shaped rows: contract id, object, contracting entity, awarded supplier, contract value (COP), contract type, modality, status, and signing date. Values are in Spanish as published.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Keyword(s) to full-text match against the contract object/description, e.g. “software”, “obra”, “consultoría”. Spanish terms work best. Omit for most-recent contracts. |
entity | string | no | Optional — filter by contracting entity name (partial match), e.g. “SERVICIO GEOLOGICO”, “HOSPITAL”. |
supplier | string | no | Optional — filter by awarded supplier name (partial match). |
limit | number | no | Rows 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_contracts","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.