Skip to content
Back to search
90
MCP live v1.1.0 sse

Trust Score API

io.github.Br0ski777/trust-score

Trust scoring for domains, wallets, APIs. SSL+DNS+WHOIS+headers. Score 0-100.

Uptime
50.0%
4 probes
Response
218ms
last probe
Tools
2
callable

Tools · 2

trust_score_evaluate

Use this when you need to check if a domain, website, API endpoint, or crypto wallet is safe to interact with. Returns a composite trust score 0-100 with letter grade (A+ to F), verdict (trusted/moder…

trust_score_batch_compare

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "trust_score_api": {
      "url": "https://trust-score.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}