oc_recent
Pack: open-contracting · Endpoint: https://gateway.pipeworx.io/open-contracting/mcp
Most recently published government procurement releases — new tenders and fresh contract awards across all covered OCDS publishers (Kenya, Nigeria, Ghana, Zambia, Liberia, Rwanda, Tanzania, Uruguay, Honduras, Guatemala, Peru, Dominican Republic, Mexico/Oaxaca, Albania, Kosovo, Croatia, Thailand/Bangkok, Italy), newest first. Optionally filter to one country and adjust the lookback window. The “what public tenders just came out” view over the weekly-refreshed OCP Data Registry mirror.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country | string | no | Country name, forgiving match. One of: ${COUNTRIES.join(’ | ’)}. |
days | number,string | no | Lookback window in days (default 14). |
limit | number,string | no | Max results (1-100, default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/open-contracting/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"oc_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"open-contracting": {
"url": "https://gateway.pipeworx.io/open-contracting/mcp"
}
}
}
See Getting Started for client-specific install steps.