Contract
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Filter query as a JSON array string. Required on every call -- pass '[]' explicitly for an unfiltered count of the whole database."
},
"api_key": {
"type": "string",
"description": "API key for authentication."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "The total number of companies matching the filter (or the whole database when no filter is supplied). Observed as 49,944,945 on the one real unfiltered call."
}
},
"description": "Absent entirely on the zero-match/empty-result case.",
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one populated real call observed."
}
},
"description": "The company-count record, as returned at the endpoint's result path. Only one populated real call was captured (an unfiltered count) -- a filter matching no companies shapes to `{}` instead (see examples/nonexistent-industry-zero.json).",
"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
