You're viewing a demo portfolio

Join the waitlist
PRSM

au_get_release

Active

Tool of Australia Tenders

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Australia Tenders

https://github.com/pipeworx-io/mcp-australia-tenders

1/7 registries
View full server →