# x402.omardev.xyz DNS Intelligence

> x402.omardev.xyz DNS Intelligence is a paid API for AI agents from x402.omardev.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns DNS records (A/AAAA/MX/NS/TXT), email provider detection, SPF/DMARC status, and DNS host for any domain, paid per call via x402.

## Facts

- Endpoint: GET https://x402.omardev.xyz/dns
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-omardev-xyz-dns-intelligence-b3dfdda2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IFILie4O3Zbuq7G3m_bMF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-omardev-xyz-dns-intelligence-b3dfdda2
```

Example prompt: Can you pull the full DNS intelligence for stripe.com — I want to see their MX records, which email provider they're on (Google Workspace or Microsoft 365?), and whether their SPF and DMARC are properly configured?

## When to prefer this

Use this endpoint when you need DNS record details, email provider identification, or SPF/DMARC deliverability checks for a domain in a single call. Prefer this over generic DNS tools when email provider detection and security record validation are required together. Ideal for B2B lead qualification pipelines and email deliverability audits.

## Known failure modes

- Domain does not exist or is unregistered — returns empty records or error
- DNS timeout or upstream resolver failure
- Invalid domain format input
- Domain has no MX records — email provider detection returns null
- DMARC/SPF records absent — status returned as not configured

## How this service works

DNS intelligence for any domain: A/AAAA/MX/NS/TXT records, email provider detection (Google Workspace, Microsoft 365…), SPF and DMARC status, and DNS host. Useful for lead qualification and deliverability checks. Pay per call with x402.

## Output

Returns a structured object containing A/AAAA/MX/NS/TXT DNS records, detected email provider (e.g. Google Workspace, Microsoft 365), SPF and DMARC validation status, and the DNS hosting provider for the queried domain.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-omardev-xyz-dns-intelligence-b3dfdda2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.omardev.xyz](https://www.zero.xyz/host/x402.omardev.xyz/llms.txt)
