Connection check
verified live · 27h ago
trust-score
Trust scoring for domains, wallets, APIs. SSL+DNS+WHOIS+headers. Score 0-100.
Tools
2
GitHub stars
—
Installs / wk
—
Licence
MIT
Transport
sse
Last checked
27h ago
Tools & capabilities
2 toolsRead from the running server on 27h ago.
trust_score_batch_compare
targets*
Use this when you need to compare the trustworthiness of multiple domains, URLs, or wallets and pick the safest option. Accepts 2-5 targets and returns trust scores for all, sorted… Use this when you need to compare the trustworthiness of multiple domains, URLs, or wallets and pick the safest option. Accepts 2-5 targets and returns trust scores for all, sorted from most to least trusted. Returns: { mostTrusted: "...", leastTrusted: "...", results: [{ compositeScore, grade, verdict, subscores }] } Use cases: - Comparing API providers before choosing one - Verifying multiple domains from a search result - Ranking wallet addresses by on-chain reputation - Due diligence on a list of services Do NOT use for single targets -- use trust_score_evaluate instead (cheaper at $0.01 vs $0.02).
trust_score_evaluate
checkstarget*