defi-yield-scanner-mcp
v1.0.0
Published
MCP server for DeFi yield scanning, token risk analysis, and portfolio tracking across Base, Ethereum, and Arbitrum
Maintainers
Readme
DeFi Yield Scanner MCP Server
Real-time DeFi analytics MCP server for AI agents. Provides token risk analysis, yield scanning, and wallet exposure checking across Base, Ethereum, and Arbitrum.
Features
- Token Risk Scanner — Comprehensive risk analysis with liquidity depth, volume activity, market cap analysis, and risk scoring
- DeFi Yield Scanner — Top yield opportunities from Aave, Morpho, Compound, Moonwell, and Uniswap via DeFiLlama
- Wallet Exposure Check — Portfolio risk analysis across DeFi protocols
Data Sources
- DexScreener — Real-time token prices and DEX data
- DeFiLlama — Yield data from 500+ protocols
Installation
npm install defi-yield-scanner-mcpClaude Desktop / OpenClaw
Add to your MCP config:
{
"mcpServers": {
"defi-scanner": {
"command": "npx",
"args": ["defi-yield-scanner-mcp"]
}
}
}Tools
scan_token_risk
Analyze any token by contract address. Returns risk score (0-100), liquidity depth, volume analysis, and actionable risk assessment.
scan_defi_yields
Find top yield opportunities on Base chain. Real-time APY data from DeFiLlama across major protocols.
check_wallet_exposure
Analyze wallet exposure and diversification across DeFi protocols.
Example
> Scan token 0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b
{
"token": "VIRTUAL",
"price": "/usr/bin/bash.67",
"riskScore": 55,
"riskLevel": "MODERATE",
"liquidity": "62,232",
"analysis": {
"liquidityDepth": "Adequate",
"volumeActivity": "Active"
}
}License
MIT
