ecuador_search_tenders

Pack: ecuador-procurement · Endpoint: https://gateway.pipeworx.io/ecuador-procurement/mcp

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 in Ecuador”, “SERCOP tenders for ”. 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.

Parameters

NameTypeRequiredDescription
querystringnoFree-text keyword to search (e.g. “hospital”, “computadoras”, “medicamentos”). Omit to browse all processes for the year.
yearnumber,stringnoYear to search (e.g. 2026). Defaults to the current year.
pagenumber,stringnoPage number (1-based). Defaults to 1.

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_search_tenders","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.

Regenerated from source · build July 2, 2026