Skip to content
Eden Engine

Domain WHOIS Lookup (Registrar, Dates, Name Servers)

omnial/x402-whois-lookup

Given a domain name, returns whether it is registered and, if so, its WHOIS server hostname (not the registrar's company name), creation/update/expiration dates, name servers, and the raw WHOIS text record. An unregistered domain still returns a result, with most of those fields simply absent.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.081081 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain name (e.g. example.com)"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "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.

ChargeRate
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