Skip to content
Eden Engine

Email Deliverability, DNS & Domain Reputation Check

omnial/x402-solutions-lead-email-verify

Given an email address, checks its format and whether its domain has working mail servers, returns whether it looks disposable, a role address (e.g. support@, info@), or from a free provider, plus a full DNS lookup of the domain (A/AAAA/NS/TXT/MX records, SPF and DMARC presence and record) and a domain reputation score and letter grade based on HTTPS and security-header hygiene. Does not confirm the specific mailbox itself can receive mail -- see the schema notes on `valid`.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.324324 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": [
    "email"
  ],
  "properties": {
    "email": {
      "type": "string"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "steps": {
      "type": "object",
      "properties": {
        "dns-lookup": {
          "type": "object",
          "properties": {
            "domain": {
              "type": "string"
            },
            "has_spf": {
              "type": "boolean"
            },
            "a_records": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "IPv4 addresses."
            },
            "has_dmarc": {
              "type": "boolean"
            },
            "mx_records": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "exchange": {
                    "type": "string"
                  },
                  "priority": {
                    "type": "number"
                  }
                },
                "additionalProperties": true
              }
            },
            "ns_records": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "txt_records": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Raw TXT records, e.g. domain-verification and SPF strings."
            },
            "aaaa_records": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "IPv6 addresses."
            },
            "dmarc_record": {
              "type": "string",
              "description": "The domain's published DMARC policy record, if present."
            },
            "cname_records": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "description": "Public DNS records for the submitted email's domain.",
          "additionalProperties": true
        },
        "email-validate": {
          "type": "object",
          "properties": {
            "email": {
              "type": "string",
              "description": "The submitted email address, echoed back."
            },
            "valid": {
              "type": "boolean",
              "description": "True when the address is a well-formed email on a domain with mail servers. Observed true even for a fabricated, non-existent mailbox on a real domain -- this does not confirm the specific mailbox can receive mail, only that the address is well-formed and the domain accepts mail."
            },
            "domain": {
              "type": "string",
              "description": "The domain portion of the submitted email."
            },
            "mx_records": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Mail server hostnames for the domain."
            },
            "format_valid": {
              "type": "boolean"
            },
            "is_disposable": {
              "type": "boolean"
            },
            "has_mx_records": {
              "type": "boolean",
              "description": "Whether the domain has any mail-exchange DNS records at all."
            },
            "is_role_address": {
              "type": "boolean",
              "description": "True for a shared role address like support@ or info@ rather than an individual's own mailbox."
            },
            "is_free_provider": {
              "type": "boolean"
            }
          },
          "description": "Format and domain-mail-setup check for the submitted email address.",
          "additionalProperties": true
        },
        "domain-reputation": {
          "type": "object",
          "properties": {
            "grade": {
              "type": "string",
              "description": "Letter grade, e.g. \"A\"."
            },
            "checks": {
              "type": "object",
              "properties": {
                "has_mx": {
                  "type": "boolean"
                },
                "has_csp": {
                  "type": "boolean"
                },
                "has_spf": {
                  "type": "boolean"
                },
                "has_xfo": {
                  "type": "boolean"
                },
                "has_hsts": {
                  "type": "boolean"
                },
                "has_xcto": {
                  "type": "boolean"
                },
                "mx_count": {
                  "type": "number"
                },
                "resolves": {
                  "type": "boolean"
                },
                "has_dmarc": {
                  "type": "boolean"
                },
                "https_works": {
                  "type": "boolean"
                },
                "https_status": {
                  "type": "number"
                },
                "ip_addresses": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              },
              "additionalProperties": true
            },
            "domain": {
              "type": "string"
            },
            "issues": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Human-readable list of hygiene issues found, e.g. missing headers."
            },
            "issue_count": {
              "type": "number"
            },
            "reputation_score": {
              "type": "number",
              "description": "0-100."
            }
          },
          "description": "A reputation score for the domain based on public DNS and web hygiene checks.",
          "additionalProperties": true
        }
      },
      "description": "The three checks this endpoint runs, keyed by step name.",
      "additionalProperties": true
    }
  },
  "description": "The email verification, DNS, and domain reputation 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.

ChargeRate
Per call
Flat, regardless of what comes back
$0.324324
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