au_get_release
ActiveTool of Australia Tenders
Fetch a single Australian government contract by its OCDS ocid or Contract Notice id (e.g. "CN4240933") from the official AusTender OCDS API. Because AusTender has no per-id lookup endpoint, you must supply the date window the contract falls in (published/start/end). Returns the fully shaped release: ocid, contract id, title/description, buyer, supplier, value + currency, period, category, procurement method and exemption details, and all key dates.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The OCDS ocid (e.g. \"prod-fcd1c039...\") OR the Contract Notice id (e.g. \"CN4240933\")."
},
"date_to": {
"type": "string",
"description": "End of the window, ISO-8601. Defaults to now."
},
"date_from": {
"type": "string",
"description": "Start of the window the contract falls in, ISO-8601. Defaults to ~30 days ago."
},
"notice_type": {
"type": "string",
"description": "Which date to search on: \"contractPublished\" (default), \"contractLastModified\", \"contractStart\", \"contractEnd\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Australia Tenders
https://github.com/pipeworx-io/mcp-australia-tenders
1/7 registries