# clonecho DNS Records Lookup

> clonecho DNS Records Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Fetches live DNS records for a given domain across A, AAAA, MX, NS, TXT, and CNAME record types in a single API call

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/dns-records
- 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/clonecho-dns-records-lookup-a269a07e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vqXDemhFMmmReeJBOD9ST

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 clonecho-dns-records-lookup-a269a07e -d '<json body>'
```

Example prompt: Can you pull up all the DNS records for stripe.com — I want to see the A, MX, TXT, and NS entries in one go?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-record-type DNS snapshot for a domain in a single call rather than querying each record type separately. Ideal for domain audits, infrastructure checks, email deliverability validation (SPF/DKIM via TXT), or verifying DNS propagation without needing to run dig or nslookup manually.

## Known failure modes

- Domain not found or does not exist — empty or error response
- Invalid domain format in ?domain= parameter — may return 400 or empty result
- DNS resolution timeout for unresponsive nameservers
- Network or upstream DNS resolver failure returning 5xx
- Missing ?domain= query parameter causing bad request

## How this service works

Live DNS records for a domain (?domain=example.com) across A/AAAA/MX/NS/TXT/CNAME in one call. Returns JSON.

## Output

A JSON object containing live DNS records for the queried domain, organized by record type (A, AAAA, MX, NS, TXT, CNAME), with each type listing its current values as returned by live DNS resolution.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-dns-records-lookup-a269a07e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
