ecuador_get_record
Pack: ecuador-procurement · Endpoint: https://gateway.pipeworx.io/ecuador-procurement/mcp
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).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ocid | string | yes | The OCID of the process, e.g. “ocds-5wno2w-CE-20260002969200-2455”. Get it from ecuador_search_tenders. |
Example call
curl -X POST https://gateway.pipeworx.io/ecuador-procurement/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ecuador_get_record","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ecuador-procurement": {
"url": "https://gateway.pipeworx.io/ecuador-procurement/mcp"
}
}
}
See Getting Started for client-specific install steps.