get_domain_report
One domain's stored assessment: the verdict, the date it was reached, the findings with their sources, and the permanent report link.
domain, language
An analyst investigating a suspicious merchant asks their assistant about a domain. It answers with our verdict, when we reached it, the named sources behind it, and a link to the published report. Read-only, and it never starts an analysis you did not ask for.
One domain's stored assessment: the verdict, the date it was reached, the findings with their sources, and the permanent report link.
domain, language
Domains your account can see whose name matches a query, each with its verdict, assessment time and report link.
query, limit, cursor, language
A verdict nobody can verify is an assertion. Every finding carries the source that made it, that source's own date, and a reference you can follow — whether the source is a public feed or our own corpus of analysed domains. Your assistant can cite us; your reviewer can audit the citation.
{
"domain": "trusthvast.com",
"verdict": "FRAUDULENT",
"risk_score": 90,
"confidence": null,
"decision_source": "automated",
"assessed_at": "2026-06-26T01:55:03+00:00",
"explanation": "Presents itself as a crypto trading platform
promising 45% ROI in short periods. The domain is very young
(105 days) and hosted on an IP address associated with a
100% risky fraud-infrastructure cluster. Social media icons
do not link to real profiles...",
"evidence": [
{
"label": "Hosted on an address where 108 of 115 domains
we have analysed are flagged (94%)",
"source": "desenmascara.me corpus",
"observed_at": "2026-06-26T01:55:03+00:00",
"reference": "163.61.188.2",
"kind": "infrastructure_cluster"
}
],
"report_url": "https://desenmascara.me/analisis/86592e63-..."
}{
"domain": "binancefxpro.com",
"verdict": "FRAUDULENT",
"risk_score": 95,
"evidence": [
{
"label": "Listed on DestroyList, the curated phishing
feed maintained by PhishDestroy",
"source": "PhishDestroy DestroyList",
"source_url": "https://raw.githubusercontent.com/...",
"observed_at": "2026-09-09T06:15:59+00:00",
"reference": "binancefxpro.com",
"kind": "threat_feed"
}
]
}Most of the design here is about refusing to say more than we know. An assistant cannot see a page to judge it for itself, so everything it repeats is on us.
This service publishes verdicts about real businesses, so it also publishes its corrections. When a threat feed withdraws a listing, our verdict withdraws with it, and the report says why. When a human reviewer overrules the pipeline, the tool reports the human's verdict and the human's reasoning, not the one they overruled. Every published report keeps its earlier versions at their own permanent links, so you can see whether we changed our mind and when. An assistant that repeats us inherits all of that.
Access rides on an existing paid plan. There is no separate MCP purchase, price or credit: these tools read assessments that already exist and never spend an AI call.
Both are issued by hand today, which is why this is a private beta rather than a button. It is also why we would like to hear what you are building: the first integrations shape the second release.
| Citizen | Reports, plus search across your account's own history |
|---|---|
| Startup / Enterprise | Reports, plus search across the full corpus |
A stdio adapter you run beside your assistant, with its own pinned dependencies. Configuration is environment variables; the key never appears in a tool argument, where a model could read it back.
Verified against Claude Code and the official Python SDK client.
Requesting a new analysis of a domain we have never seen is the next release, and that one does spend credits — which is exactly why it is separated from this one. Dated history and immutable report versions follow it.