moldova_get_tender
Pack: moldova-tenders · Endpoint: https://gateway.pipeworx.io/moldova-tenders/mcp
Full detail for a single Moldova (MTender) government procurement tender by its OCDS contracting id (ocid, e.g. “ocds-b3wdp1-MD-1539840280133”). Returns title, description, buyer/procuring entity, value + currency, status, procurement method and category, CPV classification, tender period dates, budget, and parties. Get an ocid from moldova_recent_tenders or moldova_search_tenders.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ocid | string | yes | OCDS contracting id, e.g. “ocds-b3wdp1-MD-1539840280133”. |
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_get_tender","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.