Contract
{
"type": "object",
"required": [
"abn"
],
"properties": {
"abn": {
"type": "string",
"description": "Australian Business Number (11 digits)"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"abn": {
"type": "string",
"description": "The 11-digit ABN, echoed back as submitted."
},
"acn": {
"type": "string",
"description": "The entity's 9-digit Australian Company Number."
},
"state": {
"type": "string",
"description": "The entity's registered Australian state or territory abbreviation, e.g. \"NSW\"."
},
"status": {
"type": "string",
"description": "Registration status, e.g. \"Active\". Observed only \"Active\" so far."
},
"postcode": {
"type": "string",
"description": "The entity's registered postcode."
},
"data_source": {
"type": "string",
"description": "Always \"Australian Business Register (ABR)\" on both real fixtures."
},
"entity_type": {
"type": "string",
"description": "The entity's registered type, e.g. \"Australian Public Company\". Observed only that one value so far; other ABR entity types (sole trader, partnership, trust) are unconfirmed."
},
"company_name": {
"type": "string",
"description": "The entity's registered legal name."
},
"last_updated": {
"type": "string",
"description": "Date the ABR record was last updated, e.g. \"1999-11-01\"."
},
"retrieved_at": {
"type": "string",
"description": "ISO 8601 timestamp of when this specific result was retrieved."
},
"business_names": {
"type": [
"array",
"null"
],
"description": "Additional registered trading names. Observed null on both real fixtures; the shape of a populated value (e.g. a list of strings vs. objects) is unconfirmed."
},
"gst_registered": {
"type": "boolean",
"description": "Whether the entity is currently registered for GST."
},
"data_source_url": {
"type": "string",
"description": "The Australian Business Register's own site, https://abr.business.gov.au/."
}
},
"description": "The ABR company-lookup result, as returned at routing.responseResultPath ($.output).",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.081081 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 25, 2026
