Contract
{
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain name (e.g. example.com)"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The queried domain name, echoed back."
},
"created": {
"type": "string",
"description": "Domain creation date, ISO 8601. Absent entirely on the unregistered-domain fixture."
},
"expires": {
"type": "string",
"description": "Domain expiration date, ISO 8601. Absent entirely on the unregistered-domain fixture."
},
"updated": {
"type": "string",
"description": "On a registered domain, the domain's own last-updated date, ISO 8601. On an unregistered domain, observed instead as the WHOIS database's own 'last update' timestamp with trailing registry-report punctuation (e.g. '2026-09-07T08:57:18Z <<<') -- confirmed against both fixtures; this field's meaning and exact format both shift depending on registration status."
},
"raw_whois": {
"type": "string",
"description": "The full raw WHOIS text response from the registry, verbatim. Present on both a registered domain (registrar record, dates, name servers, status codes, registrar abuse-contact block, terms of use) and an unregistered domain (a short 'No match' notice plus the same boilerplate terms of use)."
},
"registrar": {
"type": "string",
"description": "Observed as the registrar's WHOIS SERVER hostname (e.g. 'whois.markmonitor.com'), not the registrar company's display name -- confirmed against the one registered-domain fixture observed. Absent entirely on the unregistered-domain fixture."
},
"name_servers": {
"type": "array",
"items": {
"type": "string"
},
"description": "The domain's authoritative name servers, lowercased. Absent entirely on the unregistered-domain fixture (no array, not an empty one)."
}
},
"description": "The WHOIS 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.081081 |
- 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
