# Trust Score — Domain & Wallet Safety Scanner

Trust scoring API for AI agents. Evaluate the trustworthiness of any domain, URL, wallet address, or API endpoint. Returns composite score 0-100 with letter grade (A+ to F), verdict (trusted/moderate…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/trust-score

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/trust-score

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/trust-score trust_score_evaluate

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/trust-score trust_score_evaluate '{}'
```

## Direct MCP Connection

Endpoint: `https://trust-score--axel-belfort.run.tools`

## 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 …
- `trust_score_batch_compare` — Use this when you need to compare the trustworthiness of multiple domains, URLs, or wallets and pick the safest option.…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/trust-score <tool-name>
```
