# Zarq

Evaluate crypto token safety with real-time trust scores and structural risk signals. Identify potential market distress and impending collapses to safeguard your digital investments. Compare assets …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add agentidx/zarq-risk

# Browse available tools
npx -y @smithery/cli@latest tool list agentidx/zarq-risk

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agentidx/zarq-risk crypto_safety_check

# Call a tool
npx -y @smithery/cli@latest tool call agentidx/zarq-risk crypto_safety_check '{}'
```

## Direct MCP Connection

Endpoint: `https://zarq-risk--agentidx.run.tools`

## Tools (11)

- `crypto_safety_check` — Quick pre-trade safety check for a crypto token. Returns risk level, trust grade, DtD score, alert status, crash probab…
- `crypto_rating` — Get the full ZARQ Trust Score for a crypto token. Returns overall score (0-100), letter grade (A+ to F), and breakdown …
- `crypto_dtd` — Get the Distance-to-Default (DtD) score for a crypto token. DtD measures distance-to-default on a 0-5 scale (5=healthy,…
- `crypto_signals` — Get all active crypto risk signals: Structural Collapse and Structural Stress alerts and recovery recovery signals. Eac…
- `crypto_compare` — Compare two crypto tokens head-to-head. Returns Trust Score, NDD, risk level, and key differences for both tokens. Usef…
- `crypto_distress_watch` — Get all tokens currently showing distress (DtD < 2.0). Returns a watchlist of tokens with elevated crash risk, sorted b…
- `crypto_alerts` — Get all active ZARQ structural warnings. Two levels: STRUCTURAL COLLAPSE (≥3 weakness signals, historically 98% lost >5…
- `crypto_ratings_bulk` — Get Trust Score ratings for all 205 rated tokens in bulk. Returns token_id, name, symbol, trust_score, trust_grade, and…
- `check_token_risk` — Zero-friction risk check for any crypto token. Returns verdict (SAFE/WARNING/CRITICAL), trust score (0-100), Moody's-st…
- `get_risk_signals` — Get all tokens with active ZARQ warnings. Returns the full list of 205 monitored tokens with their risk level (SAFE/WAT…
- `get_trust_score` — Get just the ZARQ Trust Score for a token. Returns the score (0-100), Moody's-style grade (Aaa through D), and risk lev…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get agentidx/zarq-risk <tool-name>
```
