MCP server exposing 2 tools for colombia-secop.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/colombia-secop/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
colombia_search_processes — 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 <topic>", "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.colombia_search_contracts — 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 <topic>", "Colombian public contracts awarded to <supplier>", "government spending in Colombia on <topic>". Full-text `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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/colombia-secop/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io