# Zarq Crypto

Provides real-time cryptocurrency market data and price tracking. Monitor digital asset trends and exchange rates across multiple platforms effortlessly. Enhance financial decision-making with up-to-…

## Quick Start

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

# Browse available tools
npx -y smithery tool list agentidx/zarq-crypto

# Get full schema for a tool
npx -y smithery tool get agentidx/zarq-crypto crypto_safety_check

# Call a tool
npx -y smithery tool call agentidx/zarq-crypto crypto_safety_check '{}'
```

## Direct MCP Connection

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

## Tools (8)

- `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 198 rated tokens in bulk. Returns token_id, name, symbol, trust_score, trust_grade, and…

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