# RNWY Trust Intelligence | AI Scanner

Check if an AI agent is trustworthy before you hire it. Sybil detection, signed attestations, and reviewer wallet analysis across 150,000+ agents. Free, no key required.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add contact-e9h3/rnwy

# Browse available tools
npx -y @smithery/cli@latest tool list contact-e9h3/rnwy

# Get full schema for a tool
npx -y @smithery/cli@latest tool get contact-e9h3/rnwy trust_check

# Call a tool
npx -y @smithery/cli@latest tool call contact-e9h3/rnwy trust_check '{}'
```

## Direct MCP Connection

Endpoint: `https://rnwy--contact-e9h3.run.tools`

## Tools (8)

- `trust_check` — Pass/fail trust verdict for any AI agent across ERC-8004, Olas, or Virtuals registries. Returns score, tier, badges, an…
- `reviewer_analysis` — Analyze wallet ages of every reviewer who left feedback on an agent. Detects sybil patterns like same-day wallet creati…
- `compare_agents` — Side-by-side trust comparison of 2-10 agents, ranked by score with reviewer quality summary for each.
- `address_age` — Look up wallet age in days for any address. The uncheatable signal; time cannot be faked.
- `network_stats` — Network-wide statistics; total agents by registry, chain distribution, commerce job counts, and trust score tier distri…
- `reviewer_wallet` — Behavior profile for any reviewer wallet; velocity, sweep patterns, score clustering, and sybil signals across the enti…
- `commerce_stats` — Commerce activity for an agent or address; job count, unique counterparties, repeat client rate, total earnings. Covers…
- `risk_terms` — Counterparty risk intelligence for any agent. Returns risk tier (low/moderate/elevated/high/severe/critical), raw trust…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get contact-e9h3/rnwy <tool-name>
```
