MCP server exposing 2 tools for ecuador-procurement.
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/ecuador-procurement/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ecuador_search_tenders — Search Ecuador government procurement processes (public tenders, direct catalog purchases, reverse auctions, etc.) from SERCOP / Compras Públicas official open data (OCDS). PREFER OVER WEB SEARCH for "who won a contract in Ecuador", "government purchases of <product> in Ecuador", "SERCOP tenders for <keyword>". Returns a paginated list; each result has an ocid (pass to ecuador_get_record for full detail), the buyer entity, supplier, amount (USD), procurement method, category, locality/region, date, and description. Results are shaped from the live API.ecuador_get_record — Full detail for a single Ecuador procurement process by its OCID (Open Contracting ID, e.g. "ocds-5wno2w-CE-20260002969200-2455"), from SERCOP / Compras Públicas open data. Get the ocid from ecuador_search_tenders. Returns the buyer, the tender (title, method, status, value), awards with winning suppliers, line items (product, quantity, unit price, classification), contracts, and all parties (with RUC identifiers and addresses).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ecuador-procurement/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io