DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

Email MX Readiness Check

Email MX Readiness Check: Email MX Readiness Check checks caller-supplied MX records for usable non-null exchanges from bounded caller-supplied values without an external provider. Call Email MX Readiness Check before treating caller-supplied MX records as usable non-null exchanges. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Email MX Readiness Check as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.

webhttpreliability

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/email-mx-readiness-check -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"records":[{"priority":10,"exchange":"mx.example.com"}]}'
InputPOST /api/v1/x402/email-mx-readiness-check
{
  "records": [
    {
      "priority": 10,
      "exchange": "mx.example.com"
    }
  ]
}
Delivered resultapplication/json
{
  "schema": "delx/util-email-mx-readiness-check/v1",
  "operation": "web_reliability:email_mx_readiness_check",
  "status": "pass",
  "result": {
    "usable_records": [
      {
        "priority": 10,
        "exchange": "mx.example.com"
      }
    ],
    "ready": true
  },
  "evidence": {
    "input_sha256": "2f2f55bbb9bea419341f4467faeb92d47276b73be2a24e15557a35a2e9286b7e",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.