Contract
{
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Company domain (e.g. microsoft.com)."
},
"api_key": {
"type": "string",
"description": "API key for authentication. Required for domains not in the free tier."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Echoes the requested domain."
},
"company": {
"type": "object",
"properties": {
"meta": {
"type": "object",
"properties": {
"ideated": {
"type": "boolean",
"description": "Whether AI-ideated business content (see `data.ideated`) exists."
},
"sources": {
"type": "integer",
"description": "Count of source pages used to build the ideated content."
},
"syncedAt": {
"type": "string",
"description": "When this record was last refreshed by the vendor."
}
},
"additionalProperties": true
},
"urls": {
"type": "object",
"properties": {
"registrar": {
"type": "null",
"description": "A link to the domain registrar's own site. Always redacted to null here (census.json urlLeaves entry)."
}
},
"additionalProperties": true
},
"about": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's public display name."
},
"industry": {
"type": "string",
"description": "A single primary industry slug."
},
"nameAlts": {
"type": "array",
"items": {
"type": "string"
},
"description": "Alternate names/abbreviations the company is known by."
},
"languages": {
"type": "array",
"items": {
"type": "string"
}
},
"nameLegal": {
"type": "string",
"description": "The company's registered legal name."
},
"industries": {
"type": "array",
"items": {
"type": "string"
},
"description": "Industry slugs the company operates in."
},
"yearFounded": {
"type": "integer"
},
"businessType": {
"type": "string",
"description": "e.g. 'public-company'."
},
"totalEmployees": {
"type": "string",
"description": "A bucketed range, e.g. 'over-10k'."
},
"yearFoundedPlace": {
"type": "string",
"description": "Where the company was founded, as free text."
},
"totalEmployeesExact": {
"type": "integer",
"description": "An exact headcount alongside the bucketed range above."
}
},
"additionalProperties": true
},
"assets": {
"type": "object",
"properties": {
"cover": {
"type": "object",
"properties": {
"src": {
"type": "null",
"description": "Always redacted to null here."
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
}
},
"additionalProperties": true
},
"logoSquare": {
"type": "object",
"properties": {
"src": {
"type": "null",
"description": "Always redacted to null here."
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
}
},
"additionalProperties": true
}
},
"description": "Logo/cover image metadata. Image URLs are always redacted to null.",
"additionalProperties": true
},
"domain": {
"type": "object",
"properties": {
"tld": {
"type": "string"
},
"alias": {
"type": "string",
"description": "e.g. a 'www.' variant of the domain."
},
"state": {
"type": "string",
"description": "e.g. 'operating'."
},
"domain": {
"type": "string"
},
"status": {
"type": "integer",
"description": "An HTTP-style status code for the domain."
},
"registrar": {
"type": "string",
"description": "The domain registrar's business name."
},
"domainName": {
"type": "string",
"description": "The domain's name component without its TLD."
}
},
"additionalProperties": true
},
"socials": {
"type": "object",
"properties": {
"twitter": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "null",
"description": "Always redacted to null here."
}
},
"additionalProperties": true
},
"youtube": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "null",
"description": "Always redacted to null here."
}
},
"additionalProperties": true
},
"facebook": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "null",
"description": "Always redacted to null here."
}
},
"additionalProperties": true
},
"linkedin": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "null",
"description": "Always redacted to null here."
},
"idNumeric": {
"type": "string"
},
"salesNavigatorUrl": {
"type": "null",
"description": "Always redacted to null here."
}
},
"additionalProperties": true
},
"instagram": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "null",
"description": "Always redacted to null here."
}
},
"additionalProperties": true
}
},
"description": "Which social platforms the company maintains a presence on and its handle/id on each. Every URL here is redacted to null (census.json urlLeaves entries).",
"additionalProperties": true
},
"contents": {
"type": "object",
"properties": {
"podcasts": {
"type": "object",
"properties": {
"apple": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "null",
"description": "Always redacted to null here."
}
},
"additionalProperties": true
},
"description": "Observed only on the one populated real call; not always present."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"finances": {
"type": "object",
"properties": {
"revenue": {
"type": "string",
"description": "A bucketed range, e.g. 'over-100b'."
},
"stockSymbol": {
"type": "string"
},
"stockExchange": {
"type": "string"
}
},
"additionalProperties": true
},
"analytics": {
"type": "object",
"properties": {
"monthlyVisitors": {
"type": "string",
"description": "A bucketed range, e.g. 'over-1b'."
}
},
"additionalProperties": true
},
"companies": {
"type": "object",
"properties": {
"acquisitions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"description": {
"type": "string"
},
"descriptionShort": {
"type": "string"
}
},
"additionalProperties": true
}
},
"subsidiaries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"description": {
"type": "string"
},
"descriptionShort": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"description": "Known corporate structure: acquisitions made and subsidiary brands.",
"additionalProperties": true
},
"locations": {
"type": "object",
"properties": {
"headquarters": {
"type": "object",
"properties": {
"city": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
},
"address": {
"type": "string",
"description": "Repeats the street address."
}
},
"additionalProperties": true
},
"state": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": true
},
"county": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": true
},
"address": {
"type": "object",
"properties": {
"raw": {
"type": "string",
"description": "The street address as free text."
}
},
"additionalProperties": true
},
"country": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": true
},
"continent": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": true
}
},
"description": "The company's published headquarters location.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"descriptions": {
"type": "object",
"properties": {
"primary": {
"type": "string"
},
"tagline": {
"type": "string"
},
"website": {
"type": "string",
"description": "The company's own mission/about copy."
}
},
"additionalProperties": true
}
},
"description": "Structured firmographic and public-identity data about the company.",
"additionalProperties": true
},
"ideated": {
"type": "object",
"properties": {
"jobs": {
"type": "array",
"items": {
"type": "string"
}
},
"nsfw": {
"type": "boolean"
},
"team": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed empty on the one real call; populated shape unconfirmed."
},
"about": {
"type": "array",
"items": {
"type": "string"
}
},
"broken": {
"type": "boolean"
},
"closed": {
"type": "boolean"
},
"domain": {
"type": "string"
},
"others": {
"type": "array",
"items": {
"type": "string"
}
},
"social": {
"type": "array",
"items": {
"type": "string"
}
},
"forSale": {
"type": "boolean"
},
"pricing": {
"type": "array",
"items": {
"type": "string"
}
},
"related": {
"type": "array",
"items": {
"type": "string"
}
},
"support": {
"type": "array",
"items": {
"type": "string"
}
},
"updates": {
"type": "array",
"items": {
"type": "string"
}
},
"acquired": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed empty on the one real call; populated shape unconfirmed."
},
"features": {
"type": "array",
"items": {
"type": "string"
}
},
"finances": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed empty on the one real call; populated shape unconfirmed."
},
"security": {
"type": "array",
"items": {
"type": "string"
}
},
"customers": {
"type": "array",
"items": {
"type": "string"
}
},
"locations": {
"type": "array",
"items": {
"type": "string"
}
},
"resources": {
"type": "array",
"items": {
"type": "string"
}
},
"solutions": {
"type": "array",
"items": {
"type": "string"
}
},
"updatedAt": {
"type": "string"
},
"industries": {
"type": "array",
"items": {
"type": "string"
}
},
"technologies": {
"type": "array",
"items": {
"type": "string"
}
}
},
"description": "AI-summarized business context. Every array field below is unstructured, AI-generated free text (bullet-point strings), not a fixed schema, and may repeat or contradict itself across entries -- observed only on the one populated real call. Fields observed empty on that call (`finances`, `team`) may be populated for other companies; their populated shape is unconfirmed.",
"additionalProperties": true
},
"sources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "null",
"description": "Always redacted to null here."
},
"title": {
"type": "string"
},
"externals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "null",
"description": "Always redacted to null here."
},
"text": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "Outbound links referenced within the source page's content."
},
"visitedAt": {
"type": "string"
},
"navigation": {
"type": "array",
"description": "Observed empty on every source on the one real call."
},
"description": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "The source pages the vendor visited to build this record. `url` is always redacted to null (census.json urlLeaves entry)."
}
},
"description": "Absent entirely on the empty/unrecognized-domain case.",
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one populated real call observed."
}
},
"description": "The company-context record, as returned at the endpoint's result path. Only one populated real call was captured (microsoft.com) -- every nested field below reflects that single observation; an unrecognized domain shapes to `{}` instead (see examples/unknown-domain-empty.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 8, 2026
