Contract
{
"type": "object",
"anyOf": [
{
"required": [
"domain"
]
},
{
"required": [
"company"
]
}
],
"properties": {
"type": {
"enum": [
"personal",
"generic"
],
"type": "string",
"description": "Count only personal or only generic addresses."
},
"domain": {
"type": "string",
"minLength": 1,
"description": "Domain name, e.g. 'stripe.com'. Preferred over company — it skips the name-to-domain conversion."
},
"company": {
"type": "string",
"minLength": 3,
"description": "Company name, e.g. 'Stripe'. When both company and domain are given, domain wins."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "object",
"properties": {
"total": {
"type": "integer",
"description": "Total known email addresses for the organization."
},
"seniority": {
"type": "object",
"properties": {
"junior": {
"type": "integer"
},
"senior": {
"type": "integer"
},
"executive": {
"type": "integer"
}
},
"description": "Count of known addresses per seniority level. Same 3 keys on both real captures.",
"additionalProperties": true
},
"department": {
"type": "object",
"properties": {
"hr": {
"type": "integer"
},
"it": {
"type": "integer"
},
"legal": {
"type": "integer"
},
"sales": {
"type": "integer"
},
"design": {
"type": "integer"
},
"health": {
"type": "integer"
},
"finance": {
"type": "integer"
},
"product": {
"type": "integer"
},
"support": {
"type": "integer"
},
"research": {
"type": "integer"
},
"education": {
"type": "integer"
},
"executive": {
"type": "integer"
},
"marketing": {
"type": "integer"
},
"operation": {
"type": "integer"
},
"consulting": {
"type": "integer"
},
"management": {
"type": "integer"
},
"operations": {
"type": "integer"
},
"procurement": {
"type": "integer"
},
"communication": {
"type": "integer"
},
"administrative": {
"type": "integer"
},
"finance & accounting": {
"type": "integer"
}
},
"description": "Count of known addresses per department category. UNCONFIRMED key set: the two real captures on file disagree on the exact category names -- one used 'finance' and 'operations', the other used 'finance & accounting' and BOTH 'operations' and 'operation' (a duplicate, seemingly a vendor naming inconsistency, both observed at 0) -- so treat this as an open, vendor-defined set of category name -> count, not a fixed enum of keys. Every value observed so far is a non-negative integer.",
"additionalProperties": true
},
"generic_emails": {
"type": "integer"
},
"personal_emails": {
"type": "integer"
}
},
"additionalProperties": true
},
"meta": {
"type": "object",
"properties": {
"params": {
"type": "object",
"properties": {
"type": {
"type": [
"string",
"null"
],
"description": "Null on both real captures, neither of which passed the optional 'personal'/'generic' filter."
},
"domain": {
"type": "string"
},
"company": {
"type": [
"string",
"null"
],
"description": "Null on both real captures, both of which queried by domain instead."
}
},
"description": "Echoes back the resolved query.",
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"description": "The email-count result, 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.00 |
- 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 8, 2026
