# Foundry Email Domain Evidence

> Foundry Email Domain Evidence is a paid API for AI agents from foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Looks up DNS MX records and email configuration evidence for a given email address's domain, returning observed DNS data with source provenance.

## Facts

- Endpoint: POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/email/domain-evidence
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/foundry-email-domain-evidence-e01ef53c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tB7fjdOUQPVm6CrFPyKM5

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 foundry-email-domain-evidence-e01ef53c -d '<json body>'
```

Example prompt: Can you check the MX DNS records for the domain in john.doe@acmecorp.io and tell me whether it's configured to receive email, with source evidence?

## When to prefer this

Choose this endpoint when you need verifiable, sourced DNS MX evidence for an email domain — not just a syntax check. It is ideal for compliance logging, fraud detection, onboarding validation, or any workflow requiring documented proof of DNS configuration with source attribution. Prefer it over generic email validators when you need structured JSON evidence with source provenance and DNSSEC status, and when you need an auditable record of what the DNS showed at a specific point in time.

## Known failure modes

- Invalid or malformed email address returns syntax error or INVALID_SYNTAX status
- Domain with no MX records returns NO_DATA status with empty records array
- DNSSEC status may be UNKNOWN if not resolvable
- Mailbox existence is always UNKNOWN — no mailbox-level verification is performed
- DNS lookup may time out for slow or unreachable authoritative nameservers
- Payment failure (HTTP 402) if USDC balance insufficient

## How this service works

Pay-per-request evidence and data tools: CSV validation and reconciliation, DNS/email configuration evidence, and bounded official weather, earthquake, vehicle, company and study records. Exact USDC prices, explicit JSON contracts and source provenance. No mailbox, ownership, medical or safety guarantees.

## Output

Returns a JSON object containing: observed MX DNS records (name, type, RCODE, DNSSEC status, source URL, record status, raw records, observation timestamp, and attribution to Cloudflare 1.1.1.1), the normalized domain, a syntax validity status for the input email, a mail domain verdict (e.g. UNKNOWN, VALID, INVALID), a mailbox existence indicator, observation timestamp, and any limitations notes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "maxLength": 254
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "route": "email-domain-evidence",
  "result": {
   "mxEvidence": [
    {
     "name": "example.com",
     "type": "MX",
     "rcode": 0,
     "dnssec": "UNKNOWN",
     "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
     "status": "NO_DATA",
     "records": [],
     "observedAt": "2026-09-06T00:00:00Z",
     "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
    }
   ],
   "observedAt": "2026-09-06T00:00:00Z",
   "limitations": [
    "Synthetic example only."
   ],
   "syntaxStatus": "VALID_SYNTAX",
   "mailboxExists": "UNKNOWN",
   "normalizedDomain": "example.com",
   "mailDomainVerdict": "UNKNOWN"
  },
  "observed_at": "2026-09-06T00:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/foundry-email-domain-evidence-e01ef53c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev](https://www.zero.xyz/host/foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/llms.txt)
