sseMITupdated 6mo ago
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.
What can you do with nerq trust engine?
ZARQ Crypto Risk Intelligence — MCP Server
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:
{
"mcpServers": {
"zarq-crypto": {
"url": "https://mcp.zarq.ai/mcp"
}
}
}
Local (stdio)
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. 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
Install
Add nerq trust engine to your client. Pick the one you use.
claude mcp add --transport sse nerq-trust-engine https://mcp.zarq.ai/ssecodex mcp add nerq-trust-engine --url https://mcp.zarq.ai/sse{
"mcpServers": {
"nerq-trust-engine": {
"url": "https://mcp.zarq.ai/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"nerq-trust-engine": {
"type": "sse",
"url": "https://mcp.zarq.ai/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"nerq-trust-engine": {
"url": "https://mcp.zarq.ai/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nerq-trust-engine": {
"serverUrl": "https://mcp.zarq.ai/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
nerq trust engine exposes 8 tools to a connected agent.
- 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
Score
69 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 174 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 10, 2026 |