Contract
{
"type": "object",
"required": [
"filters"
],
"properties": {
"filters": {
"type": "string",
"description": "Comma-separated Finviz filter codes (e.g. 'fa_peg_u1' for PEG under 1, 'ta_sma200_pc5' for price within 5% of SMA200). Codes follow the Finviz URL parameter format visible in screener URLs."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"rank": {
"type": "string",
"description": "The row's 1-based position in this page of results, as a string, e.g. '1'."
},
"price": {
"type": "string",
"description": "Last price as a string, e.g. '181.29'."
},
"sector": {
"type": "string",
"description": "e.g. 'Technology'."
},
"ticker": {
"type": "string",
"description": "Stock ticker symbol, e.g. 'AADBE'."
},
"volume": {
"type": "string",
"description": "Comma-formatted share volume as a string, e.g. '11,664,728'."
},
"company": {
"type": "string",
"description": "The company's listed name, e.g. 'Adobe Inc'."
},
"country": {
"type": "string",
"description": "e.g. 'USA', 'Ireland', 'Taiwan'."
},
"industry": {
"type": "string",
"description": "e.g. 'Software - Application'."
},
"pe_ratio": {
"type": "string",
"description": "Price-to-earnings ratio as a string, e.g. '14.48'. Observed as the literal string '-' (not null, not omitted) when the company has no meaningful P/E, e.g. 'AASTS' and 'BBSP' in the large-cap-tech fixture."
},
"market_cap": {
"type": "string",
"description": "Abbreviated dollar figure as a string, not a number, e.g. '110.94B'."
},
"change_percent": {
"type": "string",
"description": "Signed, percent-formatted string, e.g. '-4.73%', '3.60%'."
}
},
"additionalProperties": true
},
"description": "One entry per matching stock, up to 20 per call, in the order the screener returned them. Empty array when no stock on record currently clears the given filters (observed for filters='fa_peg_u0.001,cap_mega,sec_utilities')."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on both real calls observed."
}
},
"description": "The screener 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 23, 2026
