Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"low": {
"type": "number",
"description": "Day's low, unformatted."
},
"high": {
"type": "number",
"description": "Day's high, unformatted."
},
"symbol": {
"type": "string",
"description": "Ticker/index symbol, e.g. 'COMP'."
},
"volume": {
"type": "string",
"description": "Formatted integer string with thousands separators."
},
"datetime": {
"type": "string",
"description": "ISO 8601 timestamp without a timezone offset, e.g. '2026-09-04T17:16:01', marking when this snapshot was taken."
},
"netChange": {
"type": "string",
"description": "Signed formatted numeric string, e.g. '-77.07'."
},
"timeStamp": {
"type": "string",
"description": "Human-readable label for the quote date, e.g. 'Sep 4, 2026' -- not an ISO date."
},
"companyName": {
"type": "string",
"description": "The index's full public name, e.g. 'NASDAQ Composite Index'."
},
"chartOpenTime": {
"type": "number",
"description": "Epoch milliseconds marking the start of the chart/session window."
},
"lastSalePrice": {
"type": "string",
"description": "Formatted numeric string with thousands separators, e.g. '26,506.99' -- not a number."
},
"previousClose": {
"type": "string",
"description": "Same formatted-string convention as `lastSalePrice`."
},
"chartCloseTime": {
"type": "number",
"description": "Epoch milliseconds marking the end of the chart/session window."
},
"deltaIndicator": {
"type": "string",
"description": "e.g. 'down' or 'up', matching the sign of `netChange`."
},
"percentageChange": {
"type": "string",
"description": "Formatted percent string including the sign and '%', e.g. '-0.29%'."
}
},
"additionalProperties": true
},
"description": "One entry per index returned. The only real call observed returned a single entry for the NASDAQ Composite (COMP); whether other index symbols ever appear here is unconfirmed."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one real fixture observed."
}
},
"description": "The market-indices 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.01365 |
- 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
