# AI Rook Domain Lookup

> AI Rook Domain Lookup is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-15).

Resolves DNS records (A, MX, NS) and SSL certificate expiry for a given domain name

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/domain-lookup
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-domain-lookup-3263d0ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ond6nGImMQCcDkMVwyM8T

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 ai-rook-domain-lookup-3263d0ea
```

Example prompt: Can you look up the DNS records for agents.ai-rook.com — I want to see the A records, MX records, nameservers, and when the SSL certificate expires?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call DNS and SSL lookup without API key setup, especially within an agentic workflow already using x402/USDC micropayments on Base. Ideal for one-off infrastructure checks or enriching domain data in automated pipelines where cost is $0.005 per call.

## Known failure modes

- Domain does not exist or is unresolvable — likely returns empty arrays or error
- Invalid domain name format — may return error or empty response
- DNS propagation lag — records may be stale
- SSL certificate not found or domain has no HTTPS — ssl_expires field may be null or absent
- Network timeout reaching authoritative nameservers

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Returns a JSON object containing the queried domain name, an array of A records (IPv4 addresses), MX records (mail servers), NS records (nameservers), and the SSL certificate expiry date string.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-domain-lookup-3263d0ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
