prozorro_recent_tenders

Pack: prozorro · Endpoint: https://gateway.pipeworx.io/prozorro/mcp

Most recently updated tenders from Ukraine’s ProZorro national procurement system (via the keyless OpenProcurement public feed). Returns each tender with id, tenderID, title, value (amount+currency, usually UAH), buyer (procuring entity), status, and procurement method. Titles and buyer names are in Ukrainian. Use for browsing current Ukrainian public tenders; for a specific tender use prozorro_get_tender.

Parameters

NameTypeRequiredDescription
limitnumber,stringnoHow many recent tenders to return (1-50). Default 20.

Example call

Arguments

{
  "limit": 20
}

curl

curl -X POST https://gateway.pipeworx.io/prozorro/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"prozorro_recent_tenders","arguments":{"limit":20}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('prozorro_recent_tenders', {
  "limit": 20
});

More examples

{
  "limit": "50"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "prozorro": {
      "url": "https://gateway.pipeworx.io/prozorro/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 15, 2026