Hindenrank MCP Server

Hindenrank MCP Server

Enables users to check crypto protocol risk ratings, search for DeFi protocols, and compare safety profiles using Hindenrank data. It provides detailed risk grades, top risks, and protocol verdicts directly through MCP-compatible clients.

Category
Visit Server

README

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured