# Email Security Record Checker

> Email Security Record Checker is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Checks a domain's email security configuration by verifying the presence of MX, SPF, and DMARC DNS records

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/domain/email-security
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/email-security-record-checker-e5661ac2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EIzD1dPLtXyVbe2-9PvmE

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 email-security-record-checker-e5661ac2 -d '<json body>'
```

Example prompt: Can you check whether example.com has its MX, SPF, and DMARC email security records properly set up?

## When to prefer this

Use this endpoint when you need a quick, low-cost check of a domain's email security posture — specifically MX, SPF, and DMARC record presence — without needing full DNS record dumps or deliverability scoring. Ideal for pre-outreach validation, vendor due diligence, or phishing risk assessments where you just need boolean pass/fail signals on the three core email authentication pillars.

## Known failure modes

- Invalid or malformed URL input returns an error
- Domain does not exist or is unreachable, resulting in all false or an error response
- DNS lookup timeouts for slow or unresponsive nameservers
- Private or localhost URLs may be rejected
- Rate limiting if too many requests are made in rapid succession

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

Returns a JSON object with boolean fields indicating whether the target domain has MX records (mail server configured), SPF records (sender policy framework), and DMARC records (domain-based message authentication) present — e.g. {"mx": true, "spf": true, "dmarc": false}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mx": true,
  "spf": true,
  "dmarc": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/email-security-record-checker-e5661ac2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
