Hindenrank MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add hindenrank -- npx -y hindenrank-mcp
README.md

MCP server for Hindenrank crypto risk ratings.

hindenrank-mcp

MCP server for Hindenrank crypto risk ratings. Check protocol risk grades from Claude, Cursor, or any MCP-compatible client.

Quick Start

Add to your Claude Code or Cursor MCP config:

{
  "mcpServers": {
    "hindenrank": {
      "command": "npx",
      "args": ["-y", "hindenrank-mcp"],
      "env": {
        "HINDENRANK_API_KEY": "your-key-here"
      }
    }
  }
}

The API key is optional. Without one, you get basic risk grades (500 requests/day). With a free key, you get value grades and filtering (2,000/day). Pro keys unlock full protocol data (50,000/day).

Get your API key at hindenrank.com/account.

Tools

`get_protocol_risk`

Look up the risk grade, top risks, and verdict for a protocol.

> "Is Aave safe to deposit into?"

Aave V3 (aave-v3)
Risk Grade: A- (14/100 — lower is safer)
TVL: $12.5B
Sector: Lending
Last Scanned: 2026-02-20

Top Risks:
  - Oracle dependency on Chainlink price feeds
  - Governance concentration in large token holders

Verdict: Well-established lending protocol with strong track record...

`search_protocols`

Find protocols by name when you don't know the exact slug.

> "Find lending protocols"

Found 8 protocol(s) matching "lending":
- Aave V3 (aave-v3) — Grade: A- (14/100) | TVL: $12.5B
- Compound V3 (compound-v3) — Grade: B+ (22/100) | TVL: $2.1B
...

`list_protocols`

List protocols with optional sector and grade filters.

> "Show me the safest DEX protocols"

Showing 5 of 42 protocols:
- Uniswap V3 — Grade: A (8/100) | TVL: $4.2B | DEX
- Curve Finance — Grade: A- (12/100) | TVL: $1.8B | DEX
...

`compare_protocols`

Compare 2-5 protocols side by side. Requires an API key (free tier is fine).

> "Compare Aave, Compound, and Morpho"

Protocol Comparison
═══════════════════

Aave V3 ✦ SAFEST
  Risk: A- (14/100) | TVL: $12.5B
  Key risks: oracle dependency, governance concentration

Compound V3
  Risk: B+ (22/100) | TVL: $2.1B
  Key risks: oracle dependency, liquidation cascades

Morpho Blue ⚠ RISKIEST
  Risk: B (28/100) | TVL: $890M
  Key risks: novel vault architecture, oracle dependency

Summary:
  Safest: Aave V3
  Riskiest: Morpho Blue
  Best Value: Morpho Blue

Environment Variables

Variable Required Description
HINDENRANK_API_KEY No API key for higher rate limits and more data
HINDENRANK_BASE_URL No Override API base URL (default: https://hindenrank.com/api/v1)

API Documentation

Full API docs: hindenrank.com/developers

License

MIT

Tools (4)

get_protocol_riskLook up the risk grade, top risks, and verdict for a protocol.
search_protocolsFind protocols by name when you don't know the exact slug.
list_protocolsList protocols with optional sector and grade filters.
compare_protocolsCompare 2-5 protocols side by side.

Environment Variables

HINDENRANK_API_KEYAPI key for higher rate limits and more data
HINDENRANK_BASE_URLOverride API base URL (default: https://hindenrank.com/api/v1)

Configuration

claude_desktop_config.json
{"mcpServers": {"hindenrank": {"command": "npx", "args": ["-y", "hindenrank-mcp"], "env": {"HINDENRANK_API_KEY": "your-key-here"}}}}

Try it

Is Aave safe to deposit into?
Find lending protocols
Show me the safest DEX protocols
Compare Aave, Compound, and Morpho

Frequently Asked Questions

What are the key features of Hindenrank?

Check protocol risk grades and verdicts. Search for DeFi protocols by name. Filter protocols by sector and risk grade. Compare safety profiles of multiple protocols side-by-side.

What can I use Hindenrank for?

Evaluating the safety of a new DeFi lending platform before depositing funds. Comparing risk profiles of different decentralized exchanges. Quickly identifying the safest protocols within a specific crypto sector. Performing due diligence on protocol governance and oracle dependencies.

How do I install Hindenrank?

Install Hindenrank by running: npx -y hindenrank-mcp

What MCP clients work with Hindenrank?

Hindenrank works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Hindenrank docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare