# x402.jmthomasofficial.com Domain Trust Score

> x402.jmthomasofficial.com Domain Trust Score is a paid API for AI agents from x402.jmthomasofficial.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Assesses the trustworthiness of a domain using RDAP registration data, DNS/security reputation analysis, and structured risk scoring to detect fraud, typosquatting, and low-trust domains.

## Facts

- Endpoint: POST https://x402.jmthomasofficial.com/v2/api/domain-trust-score
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-jmthomasofficial-com-domain-trust-score-e776c56e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__1-ReV8_VqHEEwT_OQ0z1

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 x402-jmthomasofficial-com-domain-trust-score-e776c56e -d '<json body>'
```

Example prompt: Can you check whether the domain 'acme-payments.io' is trustworthy? I need a risk assessment with fraud and typosquat signals before we onboard them as a vendor.

## When to prefer this

Use this endpoint when you need structured, evidence-backed domain risk intelligence for vendor onboarding, counterparty due diligence, or fraud screening — especially when you want RDAP registration data and DNS/security reputation combined into a single risk score. Prefer this over generic WHOIS lookups when you need typosquat detection and fraud signal analysis in one call.

## Known failure modes

- Domain not found in RDAP or DNS — may return limited data or low-confidence score
- Invalid or malformed domain input — returns validation error
- Unregistered domain — may surface as high-risk with minimal registration data
- Rate limiting or payment failure — returns payment or rate-limit error
- Ambiguous URL input where TLD extraction fails

## How this service works

Evidence-backed domain trust assessment using RDAP registration data, DNS/security reputation search, and a structured risk analysis.

## Output

Returns an evidence-backed domain trust score along with structured risk analysis including RDAP registration data, DNS and security reputation signals, fraud indicators, and typosquat detection results — giving a clear picture of whether the domain is safe to engage with.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json",
      "form-data",
      "text"
     ]
    },
    "body": {
     "type": "object",
     "properties": {
      "domain": {
       "type": "string",
       "minLength": 1,
       "description": "Domain name or URL to assess."
      }
     },
     "required": [
      "domain"
     ],
     "additionalProperties": false
    }
   },
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "domain": {
       "type": "string"
      },
      "trust_assessment": {
       "type": "string"
      },
      "rdap": {
       "type": "object"
      },
      "timestamp": {
       "type": "string"
      }
     },
     "required": [
      "domain",
      "trust_assessment",
      "rdap",
      "timestamp"
     ]
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-jmthomasofficial-com-domain-trust-score-e776c56e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.jmthomasofficial.com](https://www.zero.xyz/host/x402.jmthomasofficial.com/llms.txt)
