---
name: x402.jmthomasofficial.com
description: x402.jmthomasofficial.com provides two single-shot lookup utilities: one for assessing domain trustworthiness using RDAP and DNS/security signals, and one for resolving US stock tickers to SEC CIK identifiers via the EDGAR dataset. Both skills return structured data per individual query at low per-call cost.
host: x402.jmthomasofficial.com
---

# x402.jmthomasofficial.com

This host serves agents performing due diligence and research tasks that require quick, structured lookups against authoritative data sources. It covers two distinct domains: web entity trust assessment (domain fraud/risk scoring) and US public company identification (SEC EDGAR CIK resolution). It is not a broad financial data or threat intelligence platform — it offers exactly two focused lookup capabilities.

## When to use this host

Use this host when an agent needs a quick, single-shot domain trust score for fraud or typosquat risk assessment, or when it needs to map a US ticker to a SEC CIK for company research. Do not use it for bulk or streaming domain monitoring, non-US company lookups, retrieval of actual SEC filings or financial statements, or real-time equity data — use dedicated threat intelligence platforms for bulk domain screening and a full EDGAR filing API (such as SEC EDGAR's EFTS or a financial data provider) for document retrieval and financials.

## Capabilities

### Domain Trust Assessment

Evaluates a single domain's trustworthiness by combining RDAP registration metadata with DNS and security reputation signals, returning a structured risk level and trust score useful for vendor or counterparty vetting.

- **`fetch-domain-trust-score`** — Analyzes a domain using RDAP registration data and DNS/security reputation signals, returning a structured trust score, risk level, and RDAP metadata.

### US Public Company Identification

Resolves a NYSE or Nasdaq ticker symbol to its official SEC CIK number and registrant name, enabling downstream SEC filing discovery or equity due diligence workflows.

- **`fetch-edgar-company-lookup`** — Resolves a US-listed company ticker to its SEC CIK number and registrant name using the SEC EDGAR company ticker dataset.

## Workflows

### Vendor Domain and Public Company Cross-Check

*Use when an agent needs to vet a counterparty that is a US-listed public company by both verifying their web domain's legitimacy and confirming their SEC-registered identity before engaging.*

1. **`fetch-domain-trust-score`** — Assess the trustworthiness and fraud risk of the counterparty's web domain, checking registration age and security reputation signals.
2. **`fetch-edgar-company-lookup`** — Resolve the company's ticker to its official SEC CIK and registrant name to confirm it is a legitimate US-listed public entity.

## Skill reference

### `fetch-domain-trust-score`

**Domain Trust Score** — Analyzes a domain using RDAP registration data and DNS/security reputation signals, returning a structured trust score, risk level, and RDAP metadata.

*Use when:* Use when an agent needs to assess the trustworthiness or fraud risk of a domain before engaging with a vendor, counterparty, or external URL — including typosquat detection and registration age checks.

*Not for:* Do not use for real-time streaming reputation monitoring or bulk domain screening; this is a single-shot per-domain assessment costing $0.01 per call.

**Inputs:**

- `domain` (string, required) — Domain name or URL to assess. Must be at least 1 character.

**Returns:** Returns a domain string, a markdown trust assessment with a numeric score (0–100) and risk level, an rdap object with registrationDate and status locks, and a millisecond timestamp.

**Example:** `{"domain": "example.com"}`

---

### `fetch-edgar-company-lookup`

**EDGAR Company Lookup** — Resolves a US-listed company ticker to its SEC CIK number and registrant name using the SEC EDGAR company ticker dataset.

*Use when:* Use when an agent needs to map a NYSE or Nasdaq ticker symbol to its SEC CIK identifier and official registrant name for company research, SEC filing discovery, or equity due diligence.

*Not for:* Do not use for non-US-listed companies or for retrieving actual SEC filings or financial statements — use a dedicated EDGAR filing API for document retrieval.

**Inputs:**

- `ticker` (string, required) — NYSE/Nasdaq ticker symbol or company-name search term to look up in the SEC EDGAR dataset.

**Returns:** Returns a JSON object with the query echo, match count, a results array containing the company's CIK integer, ticker, and registrant title, and a millisecond timestamp.

**Example:** `GET https://x402.jmthomasofficial.com/v2/api/edgar-company-lookup?ticker=AAPL`

---
