# nerq-trust-engine [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/zarq-ai/zarq-mcp-server  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/nerq-trust-engine

## Description
AI agent trust engine — preflight checks, KYA due diligence, search 204K+ agents. Free.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "nerq-trust-engine": {
    "command": "uvx",
    "args": ["mcp"]
  }
}
```

## Documentation & README

# ZARQ Crypto Risk Intelligence — MCP Server

[![Smithery](https://smithery.ai/badge/agentidx/zarq-crypto)](https://smithery.ai/server/agentidx/zarq-crypto)

Independent crypto risk intelligence via the Model Context Protocol (MCP). Trust Score ratings, Distance-to-Default analysis, structural collapse warnings, and pre-trade safety checks for 198 tokens.

## Quick Start

### Remote (SSE / Streamable HTTP)

No installation needed — connect directly:
```json
{
  "mcpServers": {
    "zarq-crypto": {
      "url": "https://mcp.zarq.ai/mcp"
    }
  }
}
```

### Local (stdio)
```bash
pip install mcp httpx
python zarq_mcp_server.py
```

## Tools (8)

| Tool | Description |
|------|-------------|
| `crypto_safety_check` | Quick pre-trade safety validation (<100ms) |
| `crypto_rating` | Full Trust Score with 5-pillar breakdown (A+ to F) |
| `crypto_dtd` | Distance-to-Default with 7 distress signals |
| `crypto_signals` | Active Structural Collapse/Stress signals |
| `crypto_compare` | Head-to-head token risk comparison |
| `crypto_distress_watch` | All tokens with DtD < 2.0 |
| `crypto_alerts` | Structural collapse/stress warnings |
| `crypto_ratings_bulk` | Bulk ratings for multiple tokens |

## Performance

- **100% death recall** — every token collapse detected (out-of-sample)
- **98% precision** — only 1 genuine false positive in OOS validation
- **198 tokens** rated with daily updates
- **<100ms** response time for safety checks

## Architecture
```
Client (Claude, Cursor, etc.)
    ↓ MCP Protocol
ZARQ MCP Server
    ↓ HTTPS
zarq.ai API (free, no key required)
```

## API

Free API at [zarq.ai](https://zarq.ai). No API key required during Early Access.

## Tags

`crypto` `risk` `defi` `safety` `trust-score` `crash-prediction` `distance-to-default` `ratings` `blockchain` `token-analysis`

## License

MIT

