Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"losers": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"rank": {
"type": "number",
"description": "1-based rank within this list, e.g. 1 for the top loser."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'CDT'."
},
"marketCap": {
"type": "number",
"description": "Market capitalization in USD, e.g. 4945765."
},
"companyName": {
"type": "string",
"description": "e.g. 'CDT Equity Inc.' -- the public company's own name."
},
"premarketDate": {
"type": "string",
"description": "Calendar date the premarket session belongs to, e.g. '2026-09-10' -- confirmed a plain date against the real fixture, not a phone number, despite an automated capture-time scan flagging this leaf as a possible phone-number pattern match."
},
"premarketPrice": {
"type": "number",
"description": "Latest premarket trade price in USD, e.g. 0.4093."
},
"premarketVolume": {
"type": "number",
"description": "Shares traded in the premarket session so far, e.g. 31709737."
},
"premarketChangePercent": {
"type": "number",
"description": "Percent change vs. previous close, e.g. -31.795 for -31.795%."
}
},
"additionalProperties": false
},
"description": "10 entries on the one real call observed."
}
},
"description": "Top premarket percentage losers, most negative first. Same per-entry shape as `gainers`; no `tradingTimestamps` field was present under `losers` on the one real call observed.",
"additionalProperties": false
},
"gainers": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"rank": {
"type": "number",
"description": "1-based rank within this list, e.g. 1 for the top gainer."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'TNON'."
},
"marketCap": {
"type": "number",
"description": "Market capitalization in USD, e.g. 3535349 -- the one real call observed skews toward micro-cap names, not a bound on every response."
},
"companyName": {
"type": "string",
"description": "e.g. 'Tenon Medical, Inc.' -- the public company's own name."
},
"premarketDate": {
"type": "string",
"description": "Calendar date the premarket session belongs to, e.g. '2026-09-10' -- confirmed a plain date against the real fixture, not a phone number, despite an automated capture-time scan flagging this leaf as a possible phone-number pattern match."
},
"premarketPrice": {
"type": "number",
"description": "Latest premarket trade price in USD, e.g. 4.14."
},
"premarketVolume": {
"type": "number",
"description": "Shares traded in the premarket session so far, e.g. 27355860."
},
"premarketChangePercent": {
"type": "number",
"description": "Percent change vs. previous close, e.g. 69.672 for +69.672%."
}
},
"additionalProperties": false
},
"description": "10 entries on the one real call observed."
},
"tradingTimestamps": {
"type": "object",
"properties": {
"last": {
"type": "string",
"description": "e.g. 'Sep 10, 2026'."
},
"premarket": {
"type": "string",
"description": "e.g. 'Sep 10, 2026'."
},
"postmarket": {
"type": "string",
"description": "e.g. 'Sep 10, 2026'."
}
},
"description": "Session labels for this list. Only observed present under `gainers` on the one real call -- `losers` carried no equivalent key at all in the same response, so whether that asymmetry is permanent or specific to that one call is unconfirmed.",
"additionalProperties": false
}
},
"description": "Top premarket percentage gainers, sorted descending by premarket change percent.",
"additionalProperties": false
}
},
"additionalProperties": false
},
"status": {
"type": "string",
"description": "'success' on the one real call observed."
}
},
"description": "The premarket movers record at routing.responseResultPath ($.output).",
"additionalProperties": false
}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 15, 2026
