moldova_recent_tenders
Pack: moldova-tenders · Endpoint: https://gateway.pipeworx.io/moldova-tenders/mcp
Most recent government procurement tenders from Moldova’s national e-procurement platform (MTender), published as Open Contracting (OCDS) data. Returns each tender with ocid, title, buyer (procuring entity), value + currency (MDL), status, CPV classification, and publication/period dates. Titles and descriptions are in Romanian. Use moldova_get_tender for the full detail of one tender.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number,string | no | How many recent tenders to return (1–50). Default 20. |
Example call
curl -X POST https://gateway.pipeworx.io/moldova-tenders/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"moldova_recent_tenders","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"moldova-tenders": {
"url": "https://gateway.pipeworx.io/moldova-tenders/mcp"
}
}
}
See Getting Started for client-specific install steps.