Hindenrank MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hindenrank MCP Servercompare the risk ratings for Aave and Compound"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: rwa-attest
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 BlueEnvironment Variables
Variable | Required | Description |
| No | API key for higher rate limits and more data |
| No | Override API base URL (default: |
API Documentation
Full API docs: hindenrank.com/developers
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for real-time Solana token risk analysis. Cross-references RugCheck.xyz, DexScreener, and GoPlus Security to generate three-layer reports: machine verdict → LLM analysis → raw on-chain evidence. Live on Solana mainnet with USDC micropayments ($0.02/audit). Give any AI agent the ability to check if a token is safe before trading.Last updated2MIT
- AlicenseAqualityBmaintenanceProvides cryptographically verifiable RWA trust attestations and multi-chain DeFi data (TVL, top protocols, positioning scorecards) via MCP tools for AI assistants.Last updated111MIT
- Alicense-qualityBmaintenanceEnables querying deterministic risk ratings and explanations for tokenized assets on Mantle.Last updated7MIT
- AlicenseAqualityBmaintenanceSearch, verify, and get risk profiles for MCP servers from the CuratedMCP catalog directly from any MCP client.Last updated337MIT
Related MCP Connectors
Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
Crypto transaction firewall and risk tools for MCP agents.
HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hindenrank/hindenrank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server