Contract
{
"type": "object",
"required": [
"lot_number"
],
"properties": {
"lot_number": {
"type": "string",
"description": "The lot number to look up (e.g. 1-84218605)."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"lot": {
"type": "string",
"description": "The auction lot number, echoing the input (e.g. '1-84218605')."
},
"name": {
"type": "string",
"description": "The vehicle's VIN, observed as a 17-character string."
},
"enriched_details": {
"type": "object",
"properties": {
"eurRate": {
"type": "string",
"description": "EUR-denominated rate figure."
},
"usdRate": {
"type": "string",
"description": "USD-denominated rate figure."
},
"finalBid": {
"type": "string",
"description": "The winning bid once the auction has closed, e.g. '3600.00'."
},
"trucking": {
"type": "string",
"description": "An estimated trucking/transport fee figure, as a bare number string."
},
"lotNumber": {
"type": "string",
"description": "The lot number again, matching top-level `data.lot`."
},
"UsdEurRate": {
"type": "string",
"description": "USD-to-EUR conversion rate used for estimates."
},
"currentBid": {
"type": "string",
"description": "The current bid amount; observed as '0' before bidding starts."
},
"auctionType": {
"type": "string",
"description": "The auction house running the sale, e.g. 'Copart'."
},
"buyNowPrice": {
"type": "string",
"description": "Buy-it-now price formatted with a currency symbol, e.g. '$0'."
},
"custom_fees": {
"type": "string",
"description": "An estimated customs fee figure, as a bare number string."
},
"buyNowAmount": {
"type": "string",
"description": "Buy-it-now amount as a bare number string; observed as '0' when unset."
},
"estimatedAmount1": {
"type": "string",
"description": "First estimated value figure; observed as '0' when unset."
},
"estimatedAmount2": {
"type": "string",
"description": "Second estimated value figure; observed as '0' when unset."
},
"liveAuctionStartDateTime": {
"type": "string",
"description": "The scheduled live auction start time; observed as an empty string when no live auction is currently scheduled for this lot."
}
},
"description": "Pricing and auction metadata extracted from the lot page. Every numeric-looking field observed here (estimatedAmount1/2, buyNowAmount, currentBid, finalBid, trucking, custom_fees) is a STRING on the one real call captured, not a number -- described as such rather than assumed to be numeric.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one real billed call observed."
}
},
"description": "The lot record, 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.0273 |
- 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 23, 2026
