nl_tender_recent
Pack: netherlands-tenders · Endpoint: https://gateway.pipeworx.io/netherlands-tenders/mcp
List the latest Dutch government tenders and contract awards published on TenderNed (Netherlands public procurement / aanbestedingen platform) in the last N days. Great for monitoring new Dutch contract notices, fresh award announcements (gegunde opdrachten), and upcoming bid deadlines. Optionally filter to one notice type (contract notice, award, prior announcement, rectification, market consultation, modification). Returns shaped notices newest-first with id, title, buyer, closing deadline, days until closing, and TenderNed URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
days | number,string | no | Lookback window in days (1-90). Default 7 — notices published in the last week. |
notice_type | string | no | Filter by notice type. Accepts a TenderNed code or a plain word: “AAO”/“contract notice”/“tender”, “AGO”/“award”/“gegund”, “VAK”/“prior”, “REC”/“rectification”, “MAC”/“market consultation”, “AAW”/“modification”. Omit for all types. |
limit | number,string | no | Number of notices to return (1-50). Default 10. |
page | number,string | no | Zero-based results page for pagination. Default 0. |
Example call
curl -X POST https://gateway.pipeworx.io/netherlands-tenders/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nl_tender_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"netherlands-tenders": {
"url": "https://gateway.pipeworx.io/netherlands-tenders/mcp"
}
}
}
See Getting Started for client-specific install steps.